Html Css Color HEX #900A06 Dark Red

📋 copy color: '#900A06'

red 144 ◦ green 10 ◦ blue 6

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

Shades of Dark Red #900A06

Tints of Dark Red #900A06

RGB

 RED value IS 144 (56.64% from 255) = 90%

 GREEN value IS 10 (4.3% from 255) = 6.25%

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

R = 90%
G = 6.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#900A06 (or 0x900A06) is known color: Dark Red. HEX triplet: 90, 0A and 06. RGB value is (144,10,6). Sum of RGB (Red+Green+Blue) = 144+10+6=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #900A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900A06 is #6FF5F9. Grayscale: #313131. Windows color (decimal): -7337466 or 395920. OLE color: 395920.

HSL color Cylindrical-coordinate representation of color #900A06: hue angle of 1.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900A06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 6 -
CMYK 0 0.93 0.96 0.44
HSL 1.74º 0.92% 0.29% -
HSV(B) 1.74º 0.96% 0.56% -
XYZ 11.64 6.16 0.75 -
YUV 49.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 144 10 6 0 0.93 0.96 0.44 1.74 0.92 0.29
Hex 90 A 6 0 5D 60 2C 2 5C 1D
Octal 220 12 6 0 135 140 54 2 134 35
Binary 10010000 1010 110 0 1011101 1100000 101100 10 1011100 11101

Color Harmonies of #900A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A06

Black with #900A06

Text Example


Text Example

White with #900A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900A06; }

 p { color: rgb(144,10,6); }

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

background-color css

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

 a { background-color: rgb(144,10,6); }

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

border-color css

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

 span { border-color: rgb(144,10,6); }

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