Shades of Sangria #A9010B
Tints of Sangria #A9010B
RGB
CMYK
RGB Variations
Color information
#A9010B (or 0xA9010B) is known color: Sangria. HEX triplet: A9, 01 and 0B. RGB value is (169,1,11). Sum of RGB (Red+Green+Blue) = 169+1+11=181 (23% of max value = 765). Red value is 169 (66.41% from 255 or 93.37% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 169 - color contains mainly: red. Hex color #A9010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9010B is #56FEF4. Grayscale: #343434. Windows color (decimal): -5701365 or 721321. OLE color: 721321.
HSL color Cylindrical-coordinate representation of color #A9010B: hue angle of 356.43º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.34 |
| HSL | 356.43º | 0.99% | 0.33% | - |
| HSV(B) | 356.43º | 0.99% | 0.66% | - |
| XYZ | 16.43 | 8.48 | 1.09 | - |
| YUV | 52.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 11 | 0 | 0.99 | 0.93 | 0.34 | 356.43 | 0.99 | 0.33 |
| Hex | A9 | 1 | B | 0 | 63 | 5D | 22 | 164 | 63 | 21 |
| Octal | 251 | 1 | 13 | 0 | 143 | 135 | 42 | 544 | 143 | 41 |
| Binary | 10101001 | 1 | 1011 | 0 | 1100011 | 1011101 | 100010 | 101100100 | 1100011 | 100001 |
Color Harmonies of #A9010B
Complementary color
Monochromatic Colors of #A9010B
Black with #A9010B
Text Example
Text Example
White with #A9010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9010B; }
p { color: rgb(169,1,11); }
H1.HeaderClassName
{
color: #A9010B;
}
.AnyTagClassName
{
color: #A9010B;
}
</style>
background-color css
<style>
a { background-color: #A9010B; }
a { background-color: rgb(169,1,11); }
div.DivClassName
{
background-color: #A9010B;
}
.BgClassName
{
background-color: #A9010B;
}
</style>
border-color css
<style>
span { border-color: #A9010B; }
span { border-color: rgb(169,1,11); }
td.TdClassName
{
border-color: #A9010B;
}
.TagClassName
{
border-color: #A9010B;
}
</style>