#9C0217

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

Shades of Carmine #9C0217

Tints of Carmine #9C0217

Color information

#9C0217 (or 0x9C0217) is unknown color: approx Carmine. HEX triplet: 9C, 02 and 17. RGB value is (156,2,23). Sum of RGB (Red+Green+Blue) = 156+2+23=181 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.19% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0217 is #63FDE8. Grayscale: #323232. Windows color (decimal): -6553065 or 1507996. OLE color: 1507996.

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

Color convert

RGB156223-
CMYK00.990.850.39
HSL351.82º97.47%30.98%-
HSV(B)351.82º98.72%61.18%-
XYZ13.897.171.46-
YUV50.44112.52203.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 86.19%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=86.19%
G=1.10%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15622300.990.850.39351.8297.4730.98
Hex9C2170635527160611f
Octal23422701431254754014137
Binary100111001010111011000111010101100111101100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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