#930C16

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

Shades of Carmine #930C16

Tints of Carmine #930C16

Color information

#930C16 (or 0x930C16) is unknown color: approx Carmine. HEX triplet: 93, 0C and 16. RGB value is (147,12,22). Sum of RGB (Red+Green+Blue) = 147+12+22=181 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.22% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 147 - color contains mainly: red. Hex color #930C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930C16 is #6CF3E9. Grayscale: #353535. Windows color (decimal): -7140330 or 1445011. OLE color: 1445011.

HSL color Cylindrical-coordinate representation of color #930C16: hue angle of 355.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930C16 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1471222-
CMYK00.920.850.42
HSL355.56º84.91%31.18%-
HSV(B)355.56º91.84%57.65%-
XYZ12.316.521.37-
YUV53.5110.23194.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 81.22%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=81.22%
G=6.63%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147122200.920.850.42355.5684.9131.18
Hex93C1605C552A164551f
Octal223142601341255254412537
Binary10010011110010110010111001010101101010101100100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930C16; }

 p { color: rgb(147,12,22); }

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

<style>
 a { background-color: #930C16; }

 a { background-color: rgb(147,12,22); }

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

<style>
 span { border-color: #930C16; }

 span { border-color: rgb(147,12,22); }

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