Html Css Color HEX #990402 Dark Red

📋 copy color: '#990402'

red 153 ◦ green 4 ◦ blue 2

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

Shades of Dark Red #990402

Tints of Dark Red #990402

RGB

 RED value IS 153 (60.16% from 255) = 96.23%

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 96.23%
G = 2.52%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#990402 (or 0x990402) is known color: Dark Red. HEX triplet: 99, 04 and 02. RGB value is (153,4,2). Sum of RGB (Red+Green+Blue) = 153+4+2=159 (21% of max value = 765). Red value is 153 (60.16% from 255 or 96.23% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 153 - color contains mainly: red. Hex color #990402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990402 is #66FBFD. Grayscale: #303030. Windows color (decimal): -6749182 or 132249. OLE color: 132249.

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

Color convert

RGB 153 4 2 -
CMYK 0 0.97 0.99 0.4
HSL 0.79º 0.97% 0.3% -
HSV(B) 0.79º 0.99% 0.6% -
XYZ 13.19 6.86 0.69 -
YUV 48.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 153 4 2 0 0.97 0.99 0.4 0.79 0.97 0.3
Hex 99 4 2 0 61 63 28 1 61 1E
Octal 231 4 2 0 141 143 50 1 141 36
Binary 10011001 100 10 0 1100001 1100011 101000 1 1100001 11110

Color Harmonies of #990402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990402

Black with #990402

Text Example


Text Example

White with #990402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990402; }

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

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

background-color css

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

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

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

border-color css

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

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

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