Html Css Color HEX #990B06 Dark Red

📋 copy color: '#990B06'

red 153 ◦ green 11 ◦ blue 6

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

Shades of Dark Red #990B06

Tints of Dark Red #990B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.47%

 BLUE value IS 6 (2.73% from 255) = 3.53%

R = 90%
G = 6.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#990B06 (or 0x990B06) is known color: Dark Red. HEX triplet: 99, 0B and 06. RGB value is (153,11,6). Sum of RGB (Red+Green+Blue) = 153+11+6=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #990B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B06 is #66F4F9. Grayscale: #353535. Windows color (decimal): -6747386 or 396185. OLE color: 396185.

HSL color Cylindrical-coordinate representation of color #990B06: hue angle of 2.04º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990B06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 6 -
CMYK 0 0.93 0.96 0.4
HSL 2.04º 0.92% 0.31% -
HSV(B) 2.04º 0.96% 0.6% -
XYZ 13.29 7.02 0.83 -
YUV 52.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 153 11 6 0 0.93 0.96 0.4 2.04 0.92 0.31
Hex 99 B 6 0 5D 60 28 2 5C 1F
Octal 231 13 6 0 135 140 50 2 134 37
Binary 10011001 1011 110 0 1011101 1100000 101000 10 1011100 11111

Color Harmonies of #990B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B06

Black with #990B06

Text Example


Text Example

White with #990B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,6); }

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

background-color css

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

 a { background-color: rgb(153,11,6); }

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

border-color css

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

 span { border-color: rgb(153,11,6); }

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