Html Css Color HEX #A01010 Dark Red

📋 copy color: '#A01010'

red 160 ◦ green 16 ◦ blue 16

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

Shades of Dark Red #A01010

Tints of Dark Red #A01010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 83.33%
G = 8.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A01010 (or 0xA01010) is known color: Dark Red. HEX triplet: A0, 10 and 10. RGB value is (160,16,16). Sum of RGB (Red+Green+Blue) = 160+16+16=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A01010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01010 is #5FEFEF. Grayscale: #3B3B3B. Windows color (decimal): -6287344 or 1052832. OLE color: 1052832.

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

Color convert

RGB 160 16 16 -
CMYK 0 0.9 0.9 0.37
HSL 0.82% 0.35% -
HSV(B) 0.9% 0.63% -
XYZ 14.78 7.88 1.23 -
YUV 59.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 160 16 16 0 0.9 0.9 0.37 0 0.82 0.35
Hex A0 10 10 0 5A 5A 25 0 52 23
Octal 240 20 20 0 132 132 45 0 122 43
Binary 10100000 10000 10000 0 1011010 1011010 100101 0 1010010 100011

Color Harmonies of #A01010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01010

Black with #A01010

Text Example


Text Example

White with #A01010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01010; }

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

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

background-color css

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

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

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

border-color css

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

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

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