Shades of Sangria #A4010D
Tints of Sangria #A4010D
RGB
CMYK
RGB Variations
Color information
#A4010D (or 0xA4010D) is known color: Sangria. HEX triplet: A4, 01 and 0D. RGB value is (164,1,13). Sum of RGB (Red+Green+Blue) = 164+1+13=178 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.13% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 164 - color contains mainly: red. Hex color #A4010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4010D is #5BFEF2. Grayscale: #333333. Windows color (decimal): -6029043 or 852388. OLE color: 852388.
HSL color Cylindrical-coordinate representation of color #A4010D: hue angle of 355.58º 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 #A4010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.36 |
| HSL | 355.58º | 0.99% | 0.32% | - |
| HSV(B) | 355.58º | 0.99% | 0.64% | - |
| XYZ | 15.39 | 7.94 | 1.1 | - |
| YUV | 51.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 13 | 0 | 0.99 | 0.92 | 0.36 | 355.58 | 0.99 | 0.32 |
| Hex | A4 | 1 | D | 0 | 63 | 5C | 24 | 164 | 63 | 20 |
| Octal | 244 | 1 | 15 | 0 | 143 | 134 | 44 | 544 | 143 | 40 |
| Binary | 10100100 | 1 | 1101 | 0 | 1100011 | 1011100 | 100100 | 101100100 | 1100011 | 100000 |
Color Harmonies of #A4010D
Complementary color
Monochromatic Colors of #A4010D
Black with #A4010D
Text Example
Text Example
White with #A4010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4010D; }
p { color: rgb(164,1,13); }
H1.HeaderClassName
{
color: #A4010D;
}
.AnyTagClassName
{
color: #A4010D;
}
</style>
background-color css
<style>
a { background-color: #A4010D; }
a { background-color: rgb(164,1,13); }
div.DivClassName
{
background-color: #A4010D;
}
.BgClassName
{
background-color: #A4010D;
}
</style>
border-color css
<style>
span { border-color: #A4010D; }
span { border-color: rgb(164,1,13); }
td.TdClassName
{
border-color: #A4010D;
}
.TagClassName
{
border-color: #A4010D;
}
</style>