#9C0210

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

Shades of Carmine #9C0210

Tints of Carmine #9C0210

Color information

#9C0210 (or 0x9C0210) is unknown color: approx Carmine. HEX triplet: 9C, 02 and 10. RGB value is (156,2,16). Sum of RGB (Red+Green+Blue) = 156+2+16=174 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.66% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0210 is #63FDEF. Grayscale: #313131. Windows color (decimal): -6553072 or 1049244. OLE color: 1049244.

HSL color Cylindrical-coordinate representation of color #9C0210: hue angle of 354.55º 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 #9C0210 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB156216-
CMYK00.990.900.39
HSL354.55º97.47%30.98%-
HSV(B)354.55º98.72%61.18%-
XYZ13.837.151.14-
YUV49.64109.02203.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 89.66%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=89.66%
G=1.15%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15621600.990.900.39354.5597.4730.98
Hex9C2100635A27163611f
Octal23422001431324754314137
Binary100111001010000011000111011010100111101100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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