Shades of Sangria #A2080B
Tints of Sangria #A2080B
RGB
CMYK
RGB Variations
Color information
#A2080B (or 0xA2080B) is known color: Sangria. HEX triplet: A2, 08 and 0B. RGB value is (162,8,11). Sum of RGB (Red+Green+Blue) = 162+8+11=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A2080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2080B is #5DF7F4. Grayscale: #363636. Windows color (decimal): -6158325 or 723106. OLE color: 723106.
HSL color Cylindrical-coordinate representation of color #A2080B: hue angle of 358.83º 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 #A2080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.36 |
| HSL | 358.83º | 0.91% | 0.33% | - |
| HSV(B) | 358.83º | 0.95% | 0.64% | - |
| XYZ | 15.05 | 7.88 | 1.04 | - |
| YUV | 54.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 11 | 0 | 0.95 | 0.93 | 0.36 | 358.83 | 0.91 | 0.33 |
| Hex | A2 | 8 | B | 0 | 5F | 5D | 24 | 167 | 5B | 21 |
| Octal | 242 | 10 | 13 | 0 | 137 | 135 | 44 | 547 | 133 | 41 |
| Binary | 10100010 | 1000 | 1011 | 0 | 1011111 | 1011101 | 100100 | 101100111 | 1011011 | 100001 |
Color Harmonies of #A2080B
Complementary color
Monochromatic Colors of #A2080B
Black with #A2080B
Text Example
Text Example
White with #A2080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2080B; }
p { color: rgb(162,8,11); }
H1.HeaderClassName
{
color: #A2080B;
}
.AnyTagClassName
{
color: #A2080B;
}
</style>
background-color css
<style>
a { background-color: #A2080B; }
a { background-color: rgb(162,8,11); }
div.DivClassName
{
background-color: #A2080B;
}
.BgClassName
{
background-color: #A2080B;
}
</style>
border-color css
<style>
span { border-color: #A2080B; }
span { border-color: rgb(162,8,11); }
td.TdClassName
{
border-color: #A2080B;
}
.TagClassName
{
border-color: #A2080B;
}
</style>