#9C1620

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

Shades of Carmine #9C1620

Tints of Carmine #9C1620

Color information

#9C1620 (or 0x9C1620) is unknown color: approx Carmine. HEX triplet: 9C, 16 and 20. RGB value is (156,22,32). Sum of RGB (Red+Green+Blue) = 156+22+32=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1620 is #63E9DF. Grayscale: #3F3F3F. Windows color (decimal): -6547936 or 2102940. OLE color: 2102940.

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

Color convert

RGB1562232-
CMYK00.860.790.39
HSL355.52º75.28%34.9%-
HSV(B)355.52º85.9%61.18%-
XYZ14.267.752.11-
YUV63.21110.39194.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 74.29%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=74.29%
G=10.48%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156223200.860.790.39355.5275.2834.9
Hex9C16200564F271644b23
Octal234264001261174754411343
Binary10011100101101000000101011010011111001111011001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,32); }

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

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

 a { background-color: rgb(156,22,32); }

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

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

 span { border-color: rgb(156,22,32); }

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