Html Css Color HEX #A10706 Dark Red

📋 copy color: '#A10706'

red 161 ◦ green 7 ◦ blue 6

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

Shades of Dark Red #A10706

Tints of Dark Red #A10706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 6 (2.73% from 255) = 3.45%

R = 92.53%
G = 4.02%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A10706 (or 0xA10706) is known color: Dark Red. HEX triplet: A1, 07 and 06. RGB value is (161,7,6). Sum of RGB (Red+Green+Blue) = 161+7+6=174 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92.53% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 161 - color contains mainly: red. Hex color #A10706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10706 is #5EF8F9. Grayscale: #353535. Windows color (decimal): -6224122 or 395169. OLE color: 395169.

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

Color convert

RGB 161 7 6 -
CMYK 0 0.96 0.96 0.37
HSL 0.39º 0.93% 0.33% -
HSV(B) 0.39º 0.96% 0.63% -
XYZ 14.81 7.74 0.89 -
YUV 52.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 161 7 6 0 0.96 0.96 0.37 0.39 0.93 0.33
Hex A1 7 6 0 60 60 25 0 5D 21
Octal 241 7 6 0 140 140 45 0 135 41
Binary 10100001 111 110 0 1100000 1100000 100101 0 1011101 100001

Color Harmonies of #A10706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10706

Black with #A10706

Text Example


Text Example

White with #A10706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10706; }

 p { color: rgb(161,7,6); }

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

background-color css

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

 a { background-color: rgb(161,7,6); }

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

border-color css

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

 span { border-color: rgb(161,7,6); }

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