#951420

Color #951420 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #951420

Tints of Carmine #951420

Color information

#951420 (or 0x951420) is unknown color: approx Carmine. HEX triplet: 95, 14 and 20. RGB value is (149,20,32). Sum of RGB (Red+Green+Blue) = 149+20+32=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951420 is #6AEBDF. Grayscale: #3C3C3C. Windows color (decimal): -7007200 or 2102421. OLE color: 2102421.

HSL color Cylindrical-coordinate representation of color #951420: hue angle of 354.42º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951420 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1492032-
CMYK00.870.790.42
HSL354.42º76.33%33.14%-
HSV(B)354.42º86.58%58.43%-
XYZ12.916.992.04-
YUV59.94112.24191.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 74.13%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=74.13%
G=9.95%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149203200.870.790.42354.4276.3333.14
Hex9514200574F2A1624c21
Octal225244001271175254211441
Binary10010101101001000000101011110011111010101011000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951420; }

 p { color: rgb(149,20,32); }

 H1.HeaderClassName
 {
   color: #951420;
 }
 .AnyTagClassName
 {
   color: #951420;
 }
</style>
background-color css

<style>
 a { background-color: #951420; }

 a { background-color: rgb(149,20,32); }

 div.DivClassName
 {
   background-color: #951420;
 }
 .BgClassName
 {
   background-color: #951420;
 }
</style>
border-color css

<style>
 span { border-color: #951420; }

 span { border-color: rgb(149,20,32); }

 td.TdClassName
 {
   border-color: #951420;
 }
 .TagClassName
 {
   border-color: #951420;
 }
</style>