#A10F10

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

Shades of Sangria #A10F10

Tints of Sangria #A10F10

Color information

#A10F10 (or 0xA10F10) is unknown color: approx Sangria. HEX triplet: A1, 0F and 10. RGB value is (161,15,16). Sum of RGB (Red+Green+Blue) = 161+15+16=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F10 is #5EF0EF. Grayscale: #3A3A3A. Windows color (decimal): -6222064 or 1052577. OLE color: 1052577.

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

Color convert

RGB1611516-
CMYK00.910.900.37
HSL359.59º82.95%34.51%-
HSV(B)359.59º90.68%63.14%-
XYZ14.967.961.24-
YUV58.77103.87200.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.85%
GREEN value IS 15 (6.25% from 255) = 7.81%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=83.85%
G=7.81%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161151600.910.900.37359.5982.9534.51
HexA1F1005B5A251685323
Octal241172001331324555012343
Binary101000011111100000101101110110101001011011010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F10; }

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

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

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

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

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

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

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

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