#990F02

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

Shades of Dark Red #990F02

Tints of Dark Red #990F02

Color information

#990F02 (or 0x990F02) is unknown color: approx Dark Red. HEX triplet: 99, 0F and 02. RGB value is (153,15,2). Sum of RGB (Red+Green+Blue) = 153+15+2=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #990F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F02 is #66F0FD. Grayscale: #363636. Windows color (decimal): -6746366 or 135065. OLE color: 135065.

HSL color Cylindrical-coordinate representation of color #990F02: hue angle of 5.17º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990F02 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153152-
CMYK00.900.990.4
HSL5.17º97.42%30.39%-
HSV(B)5.17º98.69%60%-
XYZ13.327.120.73-
YUV54.7898.22198.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 90%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=90%
G=8.82%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315200.900.990.45.1797.4230.39
Hex99F205A63285611e
Octal231172013214350514136
Binary10011001111110010110101100011101000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F02; }

 p { color: rgb(153,15,2); }

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

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

 a { background-color: rgb(153,15,2); }

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

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

 span { border-color: rgb(153,15,2); }

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