Html Css Color HEX #961602 Dark Red

📋 copy color: '#961602'

red 150 ◦ green 22 ◦ blue 2

#961602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #961602

Tints of Dark Red #961602

RGB

 RED value IS 150 (58.98% from 255) = 86.21%

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 86.21%
G = 12.64%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#961602 (or 0x961602) is known color: Dark Red. HEX triplet: 96, 16 and 02. RGB value is (150,22,2). Sum of RGB (Red+Green+Blue) = 150+22+2=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #961602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961602 is #69E9FD. Grayscale: #3A3A3A. Windows color (decimal): -6941182 or 136854. OLE color: 136854.

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

Color convert

RGB 150 22 2 -
CMYK 0 0.85 0.99 0.41
HSL 8.11º 0.97% 0.3% -
HSV(B) 8.11º 0.99% 0.59% -
XYZ 12.88 7.06 0.74 -
YUV 57.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 150 22 2 0 0.85 0.99 0.41 8.11 0.97 0.3
Hex 96 16 2 0 55 63 29 8 61 1E
Octal 226 26 2 0 125 143 51 10 141 36
Binary 10010110 10110 10 0 1010101 1100011 101001 1000 1100001 11110

Color Harmonies of #961602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961602

Black with #961602

Text Example


Text Example

White with #961602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961602; }

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

 H1.HeaderClassName
 {
   color: #961602;
 }
 .AnyTagClassName
 {
   color: #961602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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