Html Css Color HEX #A10A10 Sangria

📋 copy color: '#A10A10'

red 161 ◦ green 10 ◦ blue 16

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

Shades of Sangria #A10A10

Tints of Sangria #A10A10

RGB

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

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

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

R = 86.1%
G = 5.35%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A10A10 (or 0xA10A10) is known color: Sangria. HEX triplet: A1, 0A and 10. RGB value is (161,10,16). Sum of RGB (Red+Green+Blue) = 161+10+16=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10A10 is #5EF5EF. Grayscale: #373737. Windows color (decimal): -6223344 or 1051297. OLE color: 1051297.

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

Color convert

RGB 161 10 16 -
CMYK 0 0.94 0.90 0.37
HSL 357.62º 0.88% 0.34% -
HSV(B) 357.62º 0.94% 0.63% -
XYZ 14.9 7.83 1.22 -
YUV 55.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 161 10 16 0 0.94 0.90 0.37 357.62 0.88 0.34
Hex A1 A 10 0 5E 5A 25 166 58 22
Octal 241 12 20 0 136 132 45 546 130 42
Binary 10100001 1010 10000 0 1011110 1011010 100101 101100110 1011000 100010

Color Harmonies of #A10A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10A10

Black with #A10A10

Text Example


Text Example

White with #A10A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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