Shades of Sangria #A5010A
Tints of Sangria #A5010A
RGB
CMYK
RGB Variations
Color information
#A5010A (or 0xA5010A) is known color: Sangria. HEX triplet: A5, 01 and 0A. RGB value is (165,1,10). Sum of RGB (Red+Green+Blue) = 165+1+10=176 (23% of max value = 765). Red value is 165 (64.84% from 255 or 93.75% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 165 - color contains mainly: red. Hex color #A5010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5010A is #5AFEF5. Grayscale: #333333. Windows color (decimal): -5963510 or 655781. OLE color: 655781.
HSL color Cylindrical-coordinate representation of color #A5010A: hue angle of 356.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5010A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.35 |
| HSL | 356.71º | 0.99% | 0.33% | - |
| HSV(B) | 356.71º | 0.99% | 0.65% | - |
| XYZ | 15.58 | 8.04 | 1.02 | - |
| YUV | 51.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 10 | 0 | 0.99 | 0.94 | 0.35 | 356.71 | 0.99 | 0.33 |
| Hex | A5 | 1 | A | 0 | 63 | 5E | 23 | 165 | 63 | 21 |
| Octal | 245 | 1 | 12 | 0 | 143 | 136 | 43 | 545 | 143 | 41 |
| Binary | 10100101 | 1 | 1010 | 0 | 1100011 | 1011110 | 100011 | 101100101 | 1100011 | 100001 |
Color Harmonies of #A5010A
Complementary color
Monochromatic Colors of #A5010A
Black with #A5010A
Text Example
Text Example
White with #A5010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5010A; }
p { color: rgb(165,1,10); }
H1.HeaderClassName
{
color: #A5010A;
}
.AnyTagClassName
{
color: #A5010A;
}
</style>
background-color css
<style>
a { background-color: #A5010A; }
a { background-color: rgb(165,1,10); }
div.DivClassName
{
background-color: #A5010A;
}
.BgClassName
{
background-color: #A5010A;
}
</style>
border-color css
<style>
span { border-color: #A5010A; }
span { border-color: rgb(165,1,10); }
td.TdClassName
{
border-color: #A5010A;
}
.TagClassName
{
border-color: #A5010A;
}
</style>