Shades of Sangria #A3090F
Tints of Sangria #A3090F
RGB
CMYK
RGB Variations
Color information
#A3090F (or 0xA3090F) is known color: Sangria. HEX triplet: A3, 09 and 0F. RGB value is (163,9,15). Sum of RGB (Red+Green+Blue) = 163+9+15=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A3090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3090F is #5CF6F0. Grayscale: #373737. Windows color (decimal): -6092529 or 985507. OLE color: 985507.
HSL color Cylindrical-coordinate representation of color #A3090F: hue angle of 357.66º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3090F is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.36 |
| HSL | 357.66º | 0.9% | 0.34% | - |
| HSV(B) | 357.66º | 0.94% | 0.64% | - |
| XYZ | 15.29 | 8.02 | 1.19 | - |
| YUV | 55.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 15 | 0 | 0.94 | 0.91 | 0.36 | 357.66 | 0.9 | 0.34 |
| Hex | A3 | 9 | F | 0 | 5E | 5B | 24 | 166 | 5A | 22 |
| Octal | 243 | 11 | 17 | 0 | 136 | 133 | 44 | 546 | 132 | 42 |
| Binary | 10100011 | 1001 | 1111 | 0 | 1011110 | 1011011 | 100100 | 101100110 | 1011010 | 100010 |
Color Harmonies of #A3090F
Complementary color
Monochromatic Colors of #A3090F
Black with #A3090F
Text Example
Text Example
White with #A3090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3090F; }
p { color: rgb(163,9,15); }
H1.HeaderClassName
{
color: #A3090F;
}
.AnyTagClassName
{
color: #A3090F;
}
</style>
background-color css
<style>
a { background-color: #A3090F; }
a { background-color: rgb(163,9,15); }
div.DivClassName
{
background-color: #A3090F;
}
.BgClassName
{
background-color: #A3090F;
}
</style>
border-color css
<style>
span { border-color: #A3090F; }
span { border-color: rgb(163,9,15); }
td.TdClassName
{
border-color: #A3090F;
}
.TagClassName
{
border-color: #A3090F;
}
</style>