#960A16

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

Shades of Carmine #960A16

Tints of Carmine #960A16

Color information

#960A16 (or 0x960A16) is unknown color: approx Carmine. HEX triplet: 96, 0A and 16. RGB value is (150,10,22). Sum of RGB (Red+Green+Blue) = 150+10+22=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #960A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960A16 is #69F5E9. Grayscale: #353535. Windows color (decimal): -6944234 or 1444502. OLE color: 1444502.

HSL color Cylindrical-coordinate representation of color #960A16: hue angle of 354.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A16 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1501022-
CMYK00.930.850.41
HSL354.86º87.5%31.37%-
HSV(B)354.86º93.33%58.82%-
XYZ12.836.761.39-
YUV53.23110.38197.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.42%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=82.42%
G=5.49%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150102200.930.850.41354.8687.531.37
Hex96A1605D5529163581f
Octal226122601351255154313037
Binary10010110101010110010111011010101101001101100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960A16; }

 p { color: rgb(150,10,22); }

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

<style>
 a { background-color: #960A16; }

 a { background-color: rgb(150,10,22); }

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

<style>
 span { border-color: #960A16; }

 span { border-color: rgb(150,10,22); }

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