Html Css Color HEX #960A08 Dark Red

📋 copy color: '#960A08'

red 150 ◦ green 10 ◦ blue 8

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

Shades of Dark Red #960A08

Tints of Dark Red #960A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.95%

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 89.29%
G = 5.95%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#960A08 (or 0x960A08) is known color: Dark Red. HEX triplet: 96, 0A and 08. RGB value is (150,10,8). Sum of RGB (Red+Green+Blue) = 150+10+8=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #960A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960A08 is #69F5F7. Grayscale: #333333. Windows color (decimal): -6944248 or 526998. OLE color: 526998.

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

Color convert

RGB 150 10 8 -
CMYK 0 0.93 0.95 0.41
HSL 0.85º 0.9% 0.31% -
HSV(B) 0.85º 0.95% 0.59% -
XYZ 12.73 6.72 0.86 -
YUV 51.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 150 10 8 0 0.93 0.95 0.41 0.85 0.9 0.31
Hex 96 A 8 0 5D 5F 29 1 5A 1F
Octal 226 12 10 0 135 137 51 1 132 37
Binary 10010110 1010 1000 0 1011101 1011111 101001 1 1011010 11111

Color Harmonies of #960A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960A08

Black with #960A08

Text Example


Text Example

White with #960A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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