Shades of Sangria #A30109
Tints of Sangria #A30109
RGB
CMYK
RGB Variations
Color information
#A30109 (or 0xA30109) is known color: Sangria. HEX triplet: A3, 01 and 09. RGB value is (163,1,9). Sum of RGB (Red+Green+Blue) = 163+1+9=173 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.22% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 163 - color contains mainly: red. Hex color #A30109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30109 is #5CFEF6. Grayscale: #323232. Windows color (decimal): -6094583 or 590243. OLE color: 590243.
HSL color Cylindrical-coordinate representation of color #A30109: hue angle of 357.04º degrees, saturation: 0.99, 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 #A30109 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.36 |
| HSL | 357.04º | 0.99% | 0.32% | - |
| HSV(B) | 357.04º | 0.99% | 0.64% | - |
| XYZ | 15.16 | 7.83 | 0.97 | - |
| YUV | 50.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 9 | 0 | 0.99 | 0.94 | 0.36 | 357.04 | 0.99 | 0.32 |
| Hex | A3 | 1 | 9 | 0 | 63 | 5E | 24 | 165 | 63 | 20 |
| Octal | 243 | 1 | 11 | 0 | 143 | 136 | 44 | 545 | 143 | 40 |
| Binary | 10100011 | 1 | 1001 | 0 | 1100011 | 1011110 | 100100 | 101100101 | 1100011 | 100000 |
Color Harmonies of #A30109
Complementary color
Monochromatic Colors of #A30109
Black with #A30109
Text Example
Text Example
White with #A30109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30109; }
p { color: rgb(163,1,9); }
H1.HeaderClassName
{
color: #A30109;
}
.AnyTagClassName
{
color: #A30109;
}
</style>
background-color css
<style>
a { background-color: #A30109; }
a { background-color: rgb(163,1,9); }
div.DivClassName
{
background-color: #A30109;
}
.BgClassName
{
background-color: #A30109;
}
</style>
border-color css
<style>
span { border-color: #A30109; }
span { border-color: rgb(163,1,9); }
td.TdClassName
{
border-color: #A30109;
}
.TagClassName
{
border-color: #A30109;
}
</style>