#9C1424

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

Shades of Carmine #9C1424

Tints of Carmine #9C1424

Color information

#9C1424 (or 0x9C1424) is unknown color: approx Carmine. HEX triplet: 9C, 14 and 24. RGB value is (156,20,36). Sum of RGB (Red+Green+Blue) = 156+20+36=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1424 is #63EBDB. Grayscale: #3E3E3E. Windows color (decimal): -6548444 or 2364572. OLE color: 2364572.

HSL color Cylindrical-coordinate representation of color #9C1424: hue angle of 352.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1424 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB1562036-
CMYK00.870.770.39
HSL352.94º77.27%34.51%-
HSV(B)352.94º87.18%61.18%-
XYZ14.287.72.4-
YUV62.49113.06194.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.58%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=73.58%
G=9.43%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156203600.870.770.39352.9477.2734.51
Hex9C14240574D271614d23
Octal234244401271154754111543
Binary10011100101001001000101011110011011001111011000011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C1424; }

 p { color: rgb(156,20,36); }

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

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

 a { background-color: rgb(156,20,36); }

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

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

 span { border-color: rgb(156,20,36); }

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