#9C0213

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

Shades of Carmine #9C0213

Tints of Carmine #9C0213

Color information

#9C0213 (or 0x9C0213) is unknown color: approx Carmine. HEX triplet: 9C, 02 and 13. RGB value is (156,2,19). Sum of RGB (Red+Green+Blue) = 156+2+19=177 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.14% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0213 is #63FDEC. Grayscale: #323232. Windows color (decimal): -6553069 or 1245852. OLE color: 1245852.

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

Color convert

RGB156219-
CMYK00.990.880.39
HSL353.38º97.47%30.98%-
HSV(B)353.38º98.72%61.18%-
XYZ13.857.161.27-
YUV49.98110.52203.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 88.14%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=88.14%
G=1.13%
B=10.73%

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
Decimal15621900.990.880.39353.3897.4730.98
Hex9C2130635827161611f
Octal23422301431304754114137
Binary100111001010011011000111011000100111101100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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