Html Css Color HEX #A00505 Dark Red

📋 copy color: '#A00505'

red 160 ◦ green 5 ◦ blue 5

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

Shades of Dark Red #A00505

Tints of Dark Red #A00505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 94.12%
G = 2.94%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A00505 (or 0xA00505) is known color: Dark Red. HEX triplet: A0, 05 and 05. RGB value is (160,5,5). Sum of RGB (Red+Green+Blue) = 160+5+5=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00505 is #5FFAFA. Grayscale: #333333. Windows color (decimal): -6290171 or 329120. OLE color: 329120.

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

Color convert

RGB 160 5 5 -
CMYK 0 0.97 0.97 0.37
HSL 0.94% 0.32% -
HSV(B) 0.97% 0.63% -
XYZ 14.58 7.59 0.84 -
YUV 51.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 160 5 5 0 0.97 0.97 0.37 0 0.94 0.32
Hex A0 5 5 0 61 61 25 0 5E 20
Octal 240 5 5 0 141 141 45 0 136 40
Binary 10100000 101 101 0 1100001 1100001 100101 0 1011110 100000

Color Harmonies of #A00505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00505

Black with #A00505

Text Example


Text Example

White with #A00505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00505; }

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

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

background-color css

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

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

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

border-color css

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

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

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