#9C0212

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

Shades of Carmine #9C0212

Tints of Carmine #9C0212

Color information

#9C0212 (or 0x9C0212) is unknown color: approx Carmine. HEX triplet: 9C, 02 and 12. RGB value is (156,2,18). Sum of RGB (Red+Green+Blue) = 156+2+18=176 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.64% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0212 is #63FDED. Grayscale: #313131. Windows color (decimal): -6553070 or 1180316. OLE color: 1180316.

HSL color Cylindrical-coordinate representation of color #9C0212: hue angle of 353.77º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0212 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB156218-
CMYK00.990.880.39
HSL353.77º97.47%30.98%-
HSV(B)353.77º98.72%61.18%-
XYZ13.847.161.22-
YUV49.87110.02203.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 88.64%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=88.64%
G=1.14%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15621800.990.880.39353.7797.4730.98
Hex9C2120635827162611f
Octal23422201431304754214137
Binary100111001010010011000111011000100111101100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,18); }

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

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

 a { background-color: rgb(156,2,18); }

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

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

 span { border-color: rgb(156,2,18); }

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