#970B02

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

Shades of Dark Red #970B02

Tints of Dark Red #970B02

Color information

#970B02 (or 0x970B02) is unknown color: approx Dark Red. HEX triplet: 97, 0B and 02. RGB value is (151,11,2). Sum of RGB (Red+Green+Blue) = 151+11+2=164 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.07% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 151 - color contains mainly: red. Hex color #970B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970B02 is #68F4FD. Grayscale: #343434. Windows color (decimal): -6878462 or 134039. OLE color: 134039.

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

Color convert

RGB151112-
CMYK00.930.990.41
HSL3.62º97.39%30%-
HSV(B)3.62º98.68%59.22%-
XYZ12.896.820.69-
YUV51.8399.88198.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 92.07%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=92.07%
G=6.71%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111200.930.990.413.6297.3930
Hex97B205D63294611e
Octal227132013514351414136
Binary10010111101110010111011100011101001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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