#990D02

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

Shades of Dark Red #990D02

Tints of Dark Red #990D02

Color information

#990D02 (or 0x990D02) is unknown color: approx Dark Red. HEX triplet: 99, 0D and 02. RGB value is (153,13,2). Sum of RGB (Red+Green+Blue) = 153+13+2=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #990D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990D02 is #66F2FD. Grayscale: #353535. Windows color (decimal): -6746878 or 134553. OLE color: 134553.

HSL color Cylindrical-coordinate representation of color #990D02: hue angle of 4.37º 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 #990D02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153132-
CMYK00.920.990.4
HSL4.37º97.42%30.39%-
HSV(B)4.37º98.69%60%-
XYZ13.297.060.72-
YUV53.6198.88198.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 91.07%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=91.07%
G=7.74%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313200.920.990.44.3797.4230.39
Hex99D205C63284611e
Octal231152013414350414136
Binary10011001110110010111001100011101000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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