Html Css Color HEX #A10B05 Dark Red

📋 copy color: '#A10B05'

red 161 ◦ green 11 ◦ blue 5

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

Shades of Dark Red #A10B05

Tints of Dark Red #A10B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.21%

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

R = 90.96%
G = 6.21%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A10B05 (or 0xA10B05) is known color: Dark Red. HEX triplet: A1, 0B and 05. RGB value is (161,11,5). Sum of RGB (Red+Green+Blue) = 161+11+5=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10B05 is #5EF4FA. Grayscale: #373737. Windows color (decimal): -6223099 or 330657. OLE color: 330657.

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

Color convert

RGB 161 11 5 -
CMYK 0 0.93 0.97 0.37
HSL 2.31º 0.94% 0.33% -
HSV(B) 2.31º 0.97% 0.63% -
XYZ 14.85 7.83 0.87 -
YUV 55.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 161 11 5 0 0.93 0.97 0.37 2.31 0.94 0.33
Hex A1 B 5 0 5D 61 25 2 5E 21
Octal 241 13 5 0 135 141 45 2 136 41
Binary 10100001 1011 101 0 1011101 1100001 100101 10 1011110 100001

Color Harmonies of #A10B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10B05

Black with #A10B05

Text Example


Text Example

White with #A10B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10B05; }

 p { color: rgb(161,11,5); }

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

background-color css

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

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

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

border-color css

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

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

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