Html Css Color HEX #970C0B Dark Red

📋 copy color: '#970C0B'

red 151 ◦ green 12 ◦ blue 11

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

Shades of Dark Red #970C0B

Tints of Dark Red #970C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 86.78%
G = 6.9%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#970C0B (or 0x970C0B) is known color: Dark Red. HEX triplet: 97, 0C and 0B. RGB value is (151,12,11). Sum of RGB (Red+Green+Blue) = 151+12+11=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #970C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970C0B is #68F3F4. Grayscale: #353535. Windows color (decimal): -6878197 or 724119. OLE color: 724119.

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

Color convert

RGB 151 12 11 -
CMYK 0 0.92 0.93 0.41
HSL 0.43º 0.86% 0.32% -
HSV(B) 0.43º 0.93% 0.59% -
XYZ 12.95 6.87 0.96 -
YUV 53.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 151 12 11 0 0.92 0.93 0.41 0.43 0.86 0.32
Hex 97 C B 0 5C 5D 29 0 56 20
Octal 227 14 13 0 134 135 51 0 126 40
Binary 10010111 1100 1011 0 1011100 1011101 101001 0 1010110 100000

Color Harmonies of #970C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C0B

Black with #970C0B

Text Example


Text Example

White with #970C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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