#960602

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

Shades of Dark Red #960602

Tints of Dark Red #960602

Color information

#960602 (or 0x960602) is unknown color: approx Dark Red. HEX triplet: 96, 06 and 02. RGB value is (150,6,2). Sum of RGB (Red+Green+Blue) = 150+6+2=158 (20% of max value = 765). Red value is 150 (58.98% from 255 or 94.94% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 150 - color contains mainly: red. Hex color #960602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960602 is #69F9FD. Grayscale: #303030. Windows color (decimal): -6945278 or 132758. OLE color: 132758.

HSL color Cylindrical-coordinate representation of color #960602: hue angle of 1.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB15062-
CMYK00.960.990.41
HSL1.62º97.37%29.8%-
HSV(B)1.62º98.67%58.82%-
XYZ12.656.620.67-
YUV48.6101.71200.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 94.94%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=94.94%
G=3.80%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506200.960.990.411.6297.3729.8
Hex966206063292611e
Octal22662014014351214136
Binary100101101101001100000110001110100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960602; }

 p { color: rgb(150,6,2); }

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

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

 a { background-color: rgb(150,6,2); }

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

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

 span { border-color: rgb(150,6,2); }

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