Shades of Sangria #A8030B
Tints of Sangria #A8030B
RGB
CMYK
RGB Variations
Color information
#A8030B (or 0xA8030B) is known color: Sangria. HEX triplet: A8, 03 and 0B. RGB value is (168,3,11). Sum of RGB (Red+Green+Blue) = 168+3+11=182 (24% of max value = 765). Red value is 168 (66.02% from 255 or 92.31% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 168 - color contains mainly: red. Hex color #A8030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8030B is #57FCF4. Grayscale: #353535. Windows color (decimal): -5766389 or 721832. OLE color: 721832.
HSL color Cylindrical-coordinate representation of color #A8030B: hue angle of 357.09º degrees, saturation: 0.96, 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 #A8030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.34 |
| HSL | 357.09º | 0.96% | 0.34% | - |
| HSV(B) | 357.09º | 0.98% | 0.66% | - |
| XYZ | 16.24 | 8.41 | 1.08 | - |
| YUV | 53.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 11 | 0 | 0.98 | 0.93 | 0.34 | 357.09 | 0.96 | 0.34 |
| Hex | A8 | 3 | B | 0 | 62 | 5D | 22 | 165 | 60 | 22 |
| Octal | 250 | 3 | 13 | 0 | 142 | 135 | 42 | 545 | 140 | 42 |
| Binary | 10101000 | 11 | 1011 | 0 | 1100010 | 1011101 | 100010 | 101100101 | 1100000 | 100010 |
Color Harmonies of #A8030B
Complementary color
Monochromatic Colors of #A8030B
Black with #A8030B
Text Example
Text Example
White with #A8030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8030B; }
p { color: rgb(168,3,11); }
H1.HeaderClassName
{
color: #A8030B;
}
.AnyTagClassName
{
color: #A8030B;
}
</style>
background-color css
<style>
a { background-color: #A8030B; }
a { background-color: rgb(168,3,11); }
div.DivClassName
{
background-color: #A8030B;
}
.BgClassName
{
background-color: #A8030B;
}
</style>
border-color css
<style>
span { border-color: #A8030B; }
span { border-color: rgb(168,3,11); }
td.TdClassName
{
border-color: #A8030B;
}
.TagClassName
{
border-color: #A8030B;
}
</style>