Shades of Sangria #A2000B
Tints of Sangria #A2000B
RGB
CMYK
RGB Variations
Color information
#A2000B (or 0xA2000B) is known color: Sangria. HEX triplet: A2, 00 and 0B. RGB value is (162,0,11). Sum of RGB (Red+Green+Blue) = 162+0+11=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A2000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2000B is #5DFFF4. Grayscale: #313131. Windows color (decimal): -6160373 or 721058. OLE color: 721058.
HSL color Cylindrical-coordinate representation of color #A2000B: hue angle of 355.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.36 |
| HSL | 355.93º | 1% | 0.32% | - |
| HSV(B) | 355.93º | 1% | 0.64% | - |
| XYZ | 14.96 | 7.71 | 1.02 | - |
| YUV | 49.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 11 | 0 | 1 | 0.93 | 0.36 | 355.93 | 1 | 0.32 |
| Hex | A2 | 0 | B | 0 | 64 | 5D | 24 | 164 | 64 | 20 |
| Octal | 242 | 0 | 13 | 0 | 144 | 135 | 44 | 544 | 144 | 40 |
| Binary | 10100010 | 0 | 1011 | 0 | 1100100 | 1011101 | 100100 | 101100100 | 1100100 | 100000 |
Color Harmonies of #A2000B
Complementary color
Monochromatic Colors of #A2000B
Black with #A2000B
Text Example
Text Example
White with #A2000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2000B; }
p { color: rgb(162,0,11); }
H1.HeaderClassName
{
color: #A2000B;
}
.AnyTagClassName
{
color: #A2000B;
}
</style>
background-color css
<style>
a { background-color: #A2000B; }
a { background-color: rgb(162,0,11); }
div.DivClassName
{
background-color: #A2000B;
}
.BgClassName
{
background-color: #A2000B;
}
</style>
border-color css
<style>
span { border-color: #A2000B; }
span { border-color: rgb(162,0,11); }
td.TdClassName
{
border-color: #A2000B;
}
.TagClassName
{
border-color: #A2000B;
}
</style>