Shades of Sangria #A8040B
Tints of Sangria #A8040B
RGB
CMYK
RGB Variations
Color information
#A8040B (or 0xA8040B) is known color: Sangria. HEX triplet: A8, 04 and 0B. RGB value is (168,4,11). Sum of RGB (Red+Green+Blue) = 168+4+11=183 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.80% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 168 - color contains mainly: red. Hex color #A8040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8040B is #57FBF4. Grayscale: #353535. Windows color (decimal): -5766133 or 722088. OLE color: 722088.
HSL color Cylindrical-coordinate representation of color #A8040B: hue angle of 357.44º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8040B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.34 |
| HSL | 357.44º | 0.95% | 0.34% | - |
| HSV(B) | 357.44º | 0.98% | 0.66% | - |
| XYZ | 16.25 | 8.44 | 1.09 | - |
| YUV | 53.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 11 | 0 | 0.98 | 0.93 | 0.34 | 357.44 | 0.95 | 0.34 |
| Hex | A8 | 4 | B | 0 | 62 | 5D | 22 | 165 | 5F | 22 |
| Octal | 250 | 4 | 13 | 0 | 142 | 135 | 42 | 545 | 137 | 42 |
| Binary | 10101000 | 100 | 1011 | 0 | 1100010 | 1011101 | 100010 | 101100101 | 1011111 | 100010 |
Color Harmonies of #A8040B
Complementary color
Monochromatic Colors of #A8040B
Black with #A8040B
Text Example
Text Example
White with #A8040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8040B; }
p { color: rgb(168,4,11); }
H1.HeaderClassName
{
color: #A8040B;
}
.AnyTagClassName
{
color: #A8040B;
}
</style>
background-color css
<style>
a { background-color: #A8040B; }
a { background-color: rgb(168,4,11); }
div.DivClassName
{
background-color: #A8040B;
}
.BgClassName
{
background-color: #A8040B;
}
</style>
border-color css
<style>
span { border-color: #A8040B; }
span { border-color: rgb(168,4,11); }
td.TdClassName
{
border-color: #A8040B;
}
.TagClassName
{
border-color: #A8040B;
}
</style>