#960012

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

Shades of Carmine #960012

Tints of Carmine #960012

Color information

#960012 (or 0x960012) is unknown color: approx Carmine. HEX triplet: 96, 00 and 12. RGB value is (150,0,18). Sum of RGB (Red+Green+Blue) = 150+0+18=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #960012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960012 is #69FFED. Grayscale: #2E2E2E. Windows color (decimal): -6946798 or 1179798. OLE color: 1179798.

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

Color convert

RGB150018-
CMYK010.880.41
HSL352.8º100%29.41%-
HSV(B)352.8º100%58.82%-
XYZ12.696.531.16-
YUV46.9111.7201.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 89.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=89.29%
G=0%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150018010.880.41352.810029.41
Hex960120645829161641d
Octal22602201441305154114435
Binary10010110010010011001001011000101001101100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960012; }

 p { color: rgb(150,0,18); }

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

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

 a { background-color: rgb(150,0,18); }

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

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

 span { border-color: rgb(150,0,18); }

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