Shades of Sangria #A00304
Tints of Sangria #A00304
RGB
CMYK
RGB Variations
Color information
#A00304 (or 0xA00304) is known color: Sangria. HEX triplet: A0, 03 and 04. RGB value is (160,3,4). Sum of RGB (Red+Green+Blue) = 160+3+4=167 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.81% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 160 - color contains mainly: red. Hex color #A00304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00304 is #5FFCFB. Grayscale: #323232. Windows color (decimal): -6290684 or 263072. OLE color: 263072.
HSL color Cylindrical-coordinate representation of color #A00304: hue angle of 359.62º 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 #A00304 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.37 |
| HSL | 359.62º | 0.96% | 0.32% | - |
| HSV(B) | 359.62º | 0.98% | 0.63% | - |
| XYZ | 14.55 | 7.55 | 0.8 | - |
| YUV | 50.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 4 | 0 | 0.98 | 0.98 | 0.37 | 359.62 | 0.96 | 0.32 |
| Hex | A0 | 3 | 4 | 0 | 62 | 62 | 25 | 168 | 60 | 20 |
| Octal | 240 | 3 | 4 | 0 | 142 | 142 | 45 | 550 | 140 | 40 |
| Binary | 10100000 | 11 | 100 | 0 | 1100010 | 1100010 | 100101 | 101101000 | 1100000 | 100000 |
Color Harmonies of #A00304
Complementary color
Monochromatic Colors of #A00304
Black with #A00304
Text Example
Text Example
White with #A00304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00304; }
p { color: rgb(160,3,4); }
H1.HeaderClassName
{
color: #A00304;
}
.AnyTagClassName
{
color: #A00304;
}
</style>
background-color css
<style>
a { background-color: #A00304; }
a { background-color: rgb(160,3,4); }
div.DivClassName
{
background-color: #A00304;
}
.BgClassName
{
background-color: #A00304;
}
</style>
border-color css
<style>
span { border-color: #A00304; }
span { border-color: rgb(160,3,4); }
td.TdClassName
{
border-color: #A00304;
}
.TagClassName
{
border-color: #A00304;
}
</style>