#A80F10

Color #A80F10 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A80F10

Tints of Sangria #A80F10

Color information

#A80F10 (or 0xA80F10) is unknown color: approx Sangria. HEX triplet: A8, 0F and 10. RGB value is (168,15,16). Sum of RGB (Red+Green+Blue) = 168+15+16=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F10 is #57F0EF. Grayscale: #3D3D3D. Windows color (decimal): -5763312 or 1052584. OLE color: 1052584.

HSL color Cylindrical-coordinate representation of color #A80F10: hue angle of 359.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1681516-
CMYK00.910.900.34
HSL359.61º83.61%35.88%-
HSV(B)359.61º91.07%65.88%-
XYZ16.418.71.31-
YUV60.86102.69204.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84.42%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=84.42%
G=7.54%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168151600.910.900.34359.6183.6135.88
HexA8F1005B5A221685424
Octal250172001331324255012444
Binary101010001111100000101101110110101000101011010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F10; }

 p { color: rgb(168,15,16); }

 H1.HeaderClassName
 {
   color: #A80F10;
 }
 .AnyTagClassName
 {
   color: #A80F10;
 }
</style>
background-color css

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

 a { background-color: rgb(168,15,16); }

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

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

 span { border-color: rgb(168,15,16); }

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