Html Css Color HEX #A00A10 Sangria

📋 copy color: '#A00A10'

red 160 ◦ green 10 ◦ blue 16

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

Shades of Sangria #A00A10

Tints of Sangria #A00A10

RGB

 RED value IS 160 (62.89% from 255) = 86.02%

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

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

R = 86.02%
G = 5.38%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A00A10 (or 0xA00A10) is known color: Sangria. HEX triplet: A0, 0A and 10. RGB value is (160,10,16). Sum of RGB (Red+Green+Blue) = 160+10+16=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A10 is #5FF5EF. Grayscale: #373737. Windows color (decimal): -6288880 or 1051296. OLE color: 1051296.

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

Color convert

RGB 160 10 16 -
CMYK 0 0.94 0.9 0.37
HSL 357.6º 0.88% 0.33% -
HSV(B) 357.6º 0.94% 0.63% -
XYZ 14.7 7.73 1.21 -
YUV 55.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 160 10 16 0 0.94 0.9 0.37 357.6 0.88 0.33
Hex A0 A 10 0 5E 5A 25 166 58 21
Octal 240 12 20 0 136 132 45 546 130 41
Binary 10100000 1010 10000 0 1011110 1011010 100101 101100110 1011000 100001

Color Harmonies of #A00A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A10

Black with #A00A10

Text Example


Text Example

White with #A00A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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