Html Css Color HEX #A10A02 Dark Red

📋 copy color: '#A10A02'

red 161 ◦ green 10 ◦ blue 2

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

Shades of Dark Red #A10A02

Tints of Dark Red #A10A02

RGB

 RED value IS 161 (63.28% from 255) = 93.06%

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

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 93.06%
G = 5.78%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A10A02 (or 0xA10A02) is known color: Dark Red. HEX triplet: A1, 0A and 02. RGB value is (161,10,2). Sum of RGB (Red+Green+Blue) = 161+10+2=173 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.06% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10A02 is #5EF5FD. Grayscale: #363636. Windows color (decimal): -6223358 or 133793. OLE color: 133793.

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

Color convert

RGB 161 10 2 -
CMYK 0 0.94 0.99 0.37
HSL 3.02º 0.98% 0.32% -
HSV(B) 3.02º 0.99% 0.63% -
XYZ 14.82 7.8 0.78 -
YUV 54.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 161 10 2 0 0.94 0.99 0.37 3.02 0.98 0.32
Hex A1 A 2 0 5E 63 25 3 62 20
Octal 241 12 2 0 136 143 45 3 142 40
Binary 10100001 1010 10 0 1011110 1100011 100101 11 1100010 100000

Color Harmonies of #A10A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10A02

Black with #A10A02

Text Example


Text Example

White with #A10A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10A02; }

 p { color: rgb(161,10,2); }

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

background-color css

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

 a { background-color: rgb(161,10,2); }

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

border-color css

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

 span { border-color: rgb(161,10,2); }

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