Shades of Sangria #A30209
Tints of Sangria #A30209
RGB
CMYK
RGB Variations
Color information
#A30209 (or 0xA30209) is known color: Sangria. HEX triplet: A3, 02 and 09. RGB value is (163,2,9). Sum of RGB (Red+Green+Blue) = 163+2+9=174 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.68% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 163 - color contains mainly: red. Hex color #A30209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30209 is #5CFDF6. Grayscale: #333333. Windows color (decimal): -6094327 or 590499. OLE color: 590499.
HSL color Cylindrical-coordinate representation of color #A30209: hue angle of 357.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.36 |
| HSL | 357.39º | 0.98% | 0.32% | - |
| HSV(B) | 357.39º | 0.99% | 0.64% | - |
| XYZ | 15.18 | 7.85 | 0.97 | - |
| YUV | 50.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 9 | 0 | 0.99 | 0.94 | 0.36 | 357.39 | 0.98 | 0.32 |
| Hex | A3 | 2 | 9 | 0 | 63 | 5E | 24 | 165 | 62 | 20 |
| Octal | 243 | 2 | 11 | 0 | 143 | 136 | 44 | 545 | 142 | 40 |
| Binary | 10100011 | 10 | 1001 | 0 | 1100011 | 1011110 | 100100 | 101100101 | 1100010 | 100000 |
Color Harmonies of #A30209
Complementary color
Monochromatic Colors of #A30209
Black with #A30209
Text Example
Text Example
White with #A30209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30209; }
p { color: rgb(163,2,9); }
H1.HeaderClassName
{
color: #A30209;
}
.AnyTagClassName
{
color: #A30209;
}
</style>
background-color css
<style>
a { background-color: #A30209; }
a { background-color: rgb(163,2,9); }
div.DivClassName
{
background-color: #A30209;
}
.BgClassName
{
background-color: #A30209;
}
</style>
border-color css
<style>
span { border-color: #A30209; }
span { border-color: rgb(163,2,9); }
td.TdClassName
{
border-color: #A30209;
}
.TagClassName
{
border-color: #A30209;
}
</style>