Shades of Sangria #A0030B
Tints of Sangria #A0030B
RGB
CMYK
RGB Variations
Color information
#A0030B (or 0xA0030B) is known color: Sangria. HEX triplet: A0, 03 and 0B. RGB value is (160,3,11). Sum of RGB (Red+Green+Blue) = 160+3+11=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A0030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0030B is #5FFCF4. Grayscale: #323232. Windows color (decimal): -6290677 or 721824. OLE color: 721824.
HSL color Cylindrical-coordinate representation of color #A0030B: hue angle of 356.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.37 |
| HSL | 356.94º | 0.96% | 0.32% | - |
| HSV(B) | 356.94º | 0.98% | 0.63% | - |
| XYZ | 14.59 | 7.56 | 1.01 | - |
| YUV | 50.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 11 | 0 | 0.98 | 0.93 | 0.37 | 356.94 | 0.96 | 0.32 |
| Hex | A0 | 3 | B | 0 | 62 | 5D | 25 | 165 | 60 | 20 |
| Octal | 240 | 3 | 13 | 0 | 142 | 135 | 45 | 545 | 140 | 40 |
| Binary | 10100000 | 11 | 1011 | 0 | 1100010 | 1011101 | 100101 | 101100101 | 1100000 | 100000 |
Color Harmonies of #A0030B
Complementary color
Monochromatic Colors of #A0030B
Black with #A0030B
Text Example
Text Example
White with #A0030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0030B; }
p { color: rgb(160,3,11); }
H1.HeaderClassName
{
color: #A0030B;
}
.AnyTagClassName
{
color: #A0030B;
}
</style>
background-color css
<style>
a { background-color: #A0030B; }
a { background-color: rgb(160,3,11); }
div.DivClassName
{
background-color: #A0030B;
}
.BgClassName
{
background-color: #A0030B;
}
</style>
border-color css
<style>
span { border-color: #A0030B; }
span { border-color: rgb(160,3,11); }
td.TdClassName
{
border-color: #A0030B;
}
.TagClassName
{
border-color: #A0030B;
}
</style>