#A1080B

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

Shades of Sangria #A1080B

Tints of Sangria #A1080B

Color information

#A1080B (or 0xA1080B) is unknown color: approx Sangria. HEX triplet: A1, 08 and 0B. RGB value is (161,8,11). Sum of RGB (Red+Green+Blue) = 161+8+11=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A1080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1080B is #5EF7F4. Grayscale: #363636. Windows color (decimal): -6223861 or 723105. OLE color: 723105.

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

Color convert

RGB161811-
CMYK00.950.930.37
HSL358.82º90.53%33.14%-
HSV(B)358.82º95.03%63.14%-
XYZ14.857.771.03-
YUV54.09103.69204.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 89.44%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 11 (4.69% from 255) = 6.11%
R=89.44%
G=4.44%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16181100.950.930.37358.8290.5333.14
HexA18B05F5D251675b21
Octal241101301371354554713341
Binary10100001100010110101111110111011001011011001111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1080B; }

 p { color: rgb(161,8,11); }

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

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

 a { background-color: rgb(161,8,11); }

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

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

 span { border-color: rgb(161,8,11); }

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