#960D02

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

Shades of Dark Red #960D02

Tints of Dark Red #960D02

Color information

#960D02 (or 0x960D02) is unknown color: approx Dark Red. HEX triplet: 96, 0D and 02. RGB value is (150,13,2). Sum of RGB (Red+Green+Blue) = 150+13+2=165 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.91% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 150 - color contains mainly: red. Hex color #960D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960D02 is #69F2FD. Grayscale: #343434. Windows color (decimal): -6943486 or 134550. OLE color: 134550.

HSL color Cylindrical-coordinate representation of color #960D02: hue angle of 4.46º 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 #960D02 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150132-
CMYK00.910.990.41
HSL4.46º97.37%29.8%-
HSV(B)4.46º98.67%58.82%-
XYZ12.736.780.69-
YUV52.7199.39197.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 90.91%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=90.91%
G=7.88%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013200.910.990.414.4697.3729.8
Hex96D205B63294611e
Octal226152013314351414136
Binary10010110110110010110111100011101001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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