Html Css Color HEX #970B00 Dark Red

📋 copy color: '#970B00'

red 151 ◦ green 11 ◦ blue 0

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

Shades of Dark Red #970B00

Tints of Dark Red #970B00

RGB

 RED value IS 151 (59.38% from 255) = 93.21%

 GREEN value IS 11 (4.69% from 255) = 6.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.21%
G = 6.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#970B00 (or 0x970B00) is known color: Dark Red. HEX triplet: 97, 0B and 00. RGB value is (151,11,0). Sum of RGB (Red+Green+Blue) = 151+11+0=162 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.21% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 151 - color contains mainly: red. Hex color #970B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970B00 is #68F4FF. Grayscale: #333333. Windows color (decimal): -6878464 or 2967. OLE color: 2967.

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

Color convert

RGB 151 11 0 -
CMYK 0 0.93 1 0.41
HSL 4.37º 1% 0.3% -
HSV(B) 4.37º 1% 0.59% -
XYZ 12.88 6.82 0.64 -
YUV 51.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 151 11 0 0 0.93 1 0.41 4.37 1 0.3
Hex 97 B 0 0 5D 64 29 4 64 1E
Octal 227 13 0 0 135 144 51 4 144 36
Binary 10010111 1011 0 0 1011101 1100100 101001 100 1100100 11110

Color Harmonies of #970B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B00

Black with #970B00

Text Example


Text Example

White with #970B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970B00; }

 p { color: rgb(151,11,0); }

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

background-color css

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

 a { background-color: rgb(151,11,0); }

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

border-color css

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

 span { border-color: rgb(151,11,0); }

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