Html Css Color HEX #A10A08 Dark Red

📋 copy color: '#A10A08'

red 161 ◦ green 10 ◦ blue 8

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

Shades of Dark Red #A10A08

Tints of Dark Red #A10A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 89.94%
G = 5.59%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A10A08 (or 0xA10A08) is known color: Dark Red. HEX triplet: A1, 0A and 08. RGB value is (161,10,8). Sum of RGB (Red+Green+Blue) = 161+10+8=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10A08 is #5EF5F7. Grayscale: #373737. Windows color (decimal): -6223352 or 527009. OLE color: 527009.

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

Color convert

RGB 161 10 8 -
CMYK 0 0.94 0.95 0.37
HSL 0.78º 0.91% 0.33% -
HSV(B) 0.78º 0.95% 0.63% -
XYZ 14.85 7.81 0.95 -
YUV 54.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 161 10 8 0 0.94 0.95 0.37 0.78 0.91 0.33
Hex A1 A 8 0 5E 5F 25 1 5B 21
Octal 241 12 10 0 136 137 45 1 133 41
Binary 10100001 1010 1000 0 1011110 1011111 100101 1 1011011 100001

Color Harmonies of #A10A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10A08

Black with #A10A08

Text Example


Text Example

White with #A10A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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