Shades of Sangria #A00204
Tints of Sangria #A00204
RGB
CMYK
RGB Variations
Color information
#A00204 (or 0xA00204) is known color: Sangria. HEX triplet: A0, 02 and 04. RGB value is (160,2,4). Sum of RGB (Red+Green+Blue) = 160+2+4=166 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.39% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 160 - color contains mainly: red. Hex color #A00204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00204 is #5FFDFB. Grayscale: #313131. Windows color (decimal): -6290940 or 262816. OLE color: 262816.
HSL color Cylindrical-coordinate representation of color #A00204: hue angle of 359.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.37 |
| HSL | 359.24º | 0.98% | 0.32% | - |
| HSV(B) | 359.24º | 0.99% | 0.63% | - |
| XYZ | 14.54 | 7.53 | 0.8 | - |
| YUV | 49.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 4 | 0 | 0.99 | 0.98 | 0.37 | 359.24 | 0.98 | 0.32 |
| Hex | A0 | 2 | 4 | 0 | 63 | 62 | 25 | 167 | 62 | 20 |
| Octal | 240 | 2 | 4 | 0 | 143 | 142 | 45 | 547 | 142 | 40 |
| Binary | 10100000 | 10 | 100 | 0 | 1100011 | 1100010 | 100101 | 101100111 | 1100010 | 100000 |
Color Harmonies of #A00204
Complementary color
Monochromatic Colors of #A00204
Black with #A00204
Text Example
Text Example
White with #A00204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00204; }
p { color: rgb(160,2,4); }
H1.HeaderClassName
{
color: #A00204;
}
.AnyTagClassName
{
color: #A00204;
}
</style>
background-color css
<style>
a { background-color: #A00204; }
a { background-color: rgb(160,2,4); }
div.DivClassName
{
background-color: #A00204;
}
.BgClassName
{
background-color: #A00204;
}
</style>
border-color css
<style>
span { border-color: #A00204; }
span { border-color: rgb(160,2,4); }
td.TdClassName
{
border-color: #A00204;
}
.TagClassName
{
border-color: #A00204;
}
</style>