#A2080E

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

Shades of Sangria #A2080E

Tints of Sangria #A2080E

Color information

#A2080E (or 0xA2080E) is unknown color: approx Sangria. HEX triplet: A2, 08 and 0E. RGB value is (162,8,14). Sum of RGB (Red+Green+Blue) = 162+8+14=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A2080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2080E is #5DF7F1. Grayscale: #363636. Windows color (decimal): -6158322 or 919714. OLE color: 919714.

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

Color convert

RGB162814-
CMYK00.950.910.36
HSL357.66º90.59%33.33%-
HSV(B)357.66º95.06%63.53%-
XYZ15.077.891.14-
YUV54.73105.02204.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 88.04%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=88.04%
G=4.35%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16281400.950.910.36357.6690.5933.33
HexA28E05F5B241665b21
Octal242101601371334454613341
Binary10100010100011100101111110110111001001011001101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2080E; }

 p { color: rgb(162,8,14); }

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

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

 a { background-color: rgb(162,8,14); }

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

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

 span { border-color: rgb(162,8,14); }

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