#A10F11

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

Shades of Sangria #A10F11

Tints of Sangria #A10F11

Color information

#A10F11 (or 0xA10F11) is unknown color: approx Sangria. HEX triplet: A1, 0F and 11. RGB value is (161,15,17). Sum of RGB (Red+Green+Blue) = 161+15+17=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F11 is #5EF0EE. Grayscale: #3B3B3B. Windows color (decimal): -6222063 or 1118113. OLE color: 1118113.

HSL color Cylindrical-coordinate representation of color #A10F11: hue angle of 359.18º 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 #A10F11 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1611517-
CMYK00.910.890.37
HSL359.18º82.95%34.51%-
HSV(B)359.18º90.68%63.14%-
XYZ14.977.961.28-
YUV58.88104.37200.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.42%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=83.42%
G=7.77%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161151700.910.890.37359.1882.9534.51
HexA1F1105B59251675323
Octal241172101331314554712343
Binary101000011111100010101101110110011001011011001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F11; }

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

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

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

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

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

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

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

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