Shades of Sangria #A3090D
Tints of Sangria #A3090D
RGB
CMYK
RGB Variations
Color information
#A3090D (or 0xA3090D) is known color: Sangria. HEX triplet: A3, 09 and 0D. RGB value is (163,9,13). Sum of RGB (Red+Green+Blue) = 163+9+13=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A3090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3090D is #5CF6F2. Grayscale: #373737. Windows color (decimal): -6092531 or 854435. OLE color: 854435.
HSL color Cylindrical-coordinate representation of color #A3090D: hue angle of 358.44º 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 #A3090D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 13 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.36 |
| HSL | 358.44º | 0.9% | 0.34% | - |
| HSV(B) | 358.44º | 0.94% | 0.64% | - |
| XYZ | 15.27 | 8.01 | 1.12 | - |
| YUV | 55.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 13 | 0 | 0.94 | 0.92 | 0.36 | 358.44 | 0.9 | 0.34 |
| Hex | A3 | 9 | D | 0 | 5E | 5C | 24 | 166 | 5A | 22 |
| Octal | 243 | 11 | 15 | 0 | 136 | 134 | 44 | 546 | 132 | 42 |
| Binary | 10100011 | 1001 | 1101 | 0 | 1011110 | 1011100 | 100100 | 101100110 | 1011010 | 100010 |
Color Harmonies of #A3090D
Complementary color
Monochromatic Colors of #A3090D
Black with #A3090D
Text Example
Text Example
White with #A3090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3090D; }
p { color: rgb(163,9,13); }
H1.HeaderClassName
{
color: #A3090D;
}
.AnyTagClassName
{
color: #A3090D;
}
</style>
background-color css
<style>
a { background-color: #A3090D; }
a { background-color: rgb(163,9,13); }
div.DivClassName
{
background-color: #A3090D;
}
.BgClassName
{
background-color: #A3090D;
}
</style>
border-color css
<style>
span { border-color: #A3090D; }
span { border-color: rgb(163,9,13); }
td.TdClassName
{
border-color: #A3090D;
}
.TagClassName
{
border-color: #A3090D;
}
</style>