Shades of Sangria #A3010E
Tints of Sangria #A3010E
RGB
CMYK
RGB Variations
Color information
#A3010E (or 0xA3010E) is known color: Sangria. HEX triplet: A3, 01 and 0E. RGB value is (163,1,14). Sum of RGB (Red+Green+Blue) = 163+1+14=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A3010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3010E is #5CFEF1. Grayscale: #333333. Windows color (decimal): -6094578 or 917923. OLE color: 917923.
HSL color Cylindrical-coordinate representation of color #A3010E: hue angle of 355.19º 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 #A3010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.36 |
| HSL | 355.19º | 0.99% | 0.32% | - |
| HSV(B) | 355.19º | 0.99% | 0.64% | - |
| XYZ | 15.19 | 7.84 | 1.13 | - |
| YUV | 50.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 14 | 0 | 0.99 | 0.91 | 0.36 | 355.19 | 0.99 | 0.32 |
| Hex | A3 | 1 | E | 0 | 63 | 5B | 24 | 163 | 63 | 20 |
| Octal | 243 | 1 | 16 | 0 | 143 | 133 | 44 | 543 | 143 | 40 |
| Binary | 10100011 | 1 | 1110 | 0 | 1100011 | 1011011 | 100100 | 101100011 | 1100011 | 100000 |
Color Harmonies of #A3010E
Complementary color
Monochromatic Colors of #A3010E
Black with #A3010E
Text Example
Text Example
White with #A3010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3010E; }
p { color: rgb(163,1,14); }
H1.HeaderClassName
{
color: #A3010E;
}
.AnyTagClassName
{
color: #A3010E;
}
</style>
background-color css
<style>
a { background-color: #A3010E; }
a { background-color: rgb(163,1,14); }
div.DivClassName
{
background-color: #A3010E;
}
.BgClassName
{
background-color: #A3010E;
}
</style>
border-color css
<style>
span { border-color: #A3010E; }
span { border-color: rgb(163,1,14); }
td.TdClassName
{
border-color: #A3010E;
}
.TagClassName
{
border-color: #A3010E;
}
</style>