Shades of Sangria #A8080B
Tints of Sangria #A8080B
RGB
CMYK
RGB Variations
Color information
#A8080B (or 0xA8080B) is known color: Sangria. HEX triplet: A8, 08 and 0B. RGB value is (168,8,11). Sum of RGB (Red+Green+Blue) = 168+8+11=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A8080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8080B is #57F7F4. Grayscale: #383838. Windows color (decimal): -5765109 or 723112. OLE color: 723112.
HSL color Cylindrical-coordinate representation of color #A8080B: hue angle of 358.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.34 |
| HSL | 358.88º | 0.91% | 0.35% | - |
| HSV(B) | 358.88º | 0.95% | 0.66% | - |
| XYZ | 16.3 | 8.52 | 1.1 | - |
| YUV | 56.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 11 | 0 | 0.95 | 0.93 | 0.34 | 358.88 | 0.91 | 0.35 |
| Hex | A8 | 8 | B | 0 | 5F | 5D | 22 | 167 | 5B | 23 |
| Octal | 250 | 10 | 13 | 0 | 137 | 135 | 42 | 547 | 133 | 43 |
| Binary | 10101000 | 1000 | 1011 | 0 | 1011111 | 1011101 | 100010 | 101100111 | 1011011 | 100011 |
Color Harmonies of #A8080B
Complementary color
Monochromatic Colors of #A8080B
Black with #A8080B
Text Example
Text Example
White with #A8080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8080B; }
p { color: rgb(168,8,11); }
H1.HeaderClassName
{
color: #A8080B;
}
.AnyTagClassName
{
color: #A8080B;
}
</style>
background-color css
<style>
a { background-color: #A8080B; }
a { background-color: rgb(168,8,11); }
div.DivClassName
{
background-color: #A8080B;
}
.BgClassName
{
background-color: #A8080B;
}
</style>
border-color css
<style>
span { border-color: #A8080B; }
span { border-color: rgb(168,8,11); }
td.TdClassName
{
border-color: #A8080B;
}
.TagClassName
{
border-color: #A8080B;
}
</style>