Html Css Color HEX #A00905 Dark Red

📋 copy color: '#A00905'

red 160 ◦ green 9 ◦ blue 5

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

Shades of Dark Red #A00905

Tints of Dark Red #A00905

RGB

 RED value IS 160 (62.89% from 255) = 91.95%

 GREEN value IS 9 (3.91% from 255) = 5.17%

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 91.95%
G = 5.17%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A00905 (or 0xA00905) is known color: Dark Red. HEX triplet: A0, 09 and 05. RGB value is (160,9,5). Sum of RGB (Red+Green+Blue) = 160+9+5=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A00905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00905 is #5FF6FA. Grayscale: #353535. Windows color (decimal): -6289147 or 330144. OLE color: 330144.

HSL color Cylindrical-coordinate representation of color #A00905: hue angle of 1.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00905 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 5 -
CMYK 0 0.94 0.97 0.37
HSL 1.55º 0.94% 0.32% -
HSV(B) 1.55º 0.97% 0.63% -
XYZ 14.62 7.68 0.86 -
YUV 53.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 160 9 5 0 0.94 0.97 0.37 1.55 0.94 0.32
Hex A0 9 5 0 5E 61 25 2 5E 20
Octal 240 11 5 0 136 141 45 2 136 40
Binary 10100000 1001 101 0 1011110 1100001 100101 10 1011110 100000

Color Harmonies of #A00905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00905

Black with #A00905

Text Example


Text Example

White with #A00905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00905; }

 p { color: rgb(160,9,5); }

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

background-color css

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

 a { background-color: rgb(160,9,5); }

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

border-color css

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

 span { border-color: rgb(160,9,5); }

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