Shades of Sangria #A5000A
Tints of Sangria #A5000A
RGB
CMYK
RGB Variations
Color information
#A5000A (or 0xA5000A) is known color: Sangria. HEX triplet: A5, 00 and 0A. RGB value is (165,0,10). Sum of RGB (Red+Green+Blue) = 165+0+10=175 (23% of max value = 765). Red value is 165 (64.84% from 255 or 94.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 165 - color contains mainly: red. Hex color #A5000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5000A is #5AFFF5. Grayscale: #323232. Windows color (decimal): -5963766 or 655525. OLE color: 655525.
HSL color Cylindrical-coordinate representation of color #A5000A: hue angle of 356.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.35 |
| HSL | 356.36º | 1% | 0.32% | - |
| HSV(B) | 356.36º | 1% | 0.65% | - |
| XYZ | 15.57 | 8.02 | 1.01 | - |
| YUV | 50.48 | 105.16 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 10 | 0 | 1 | 0.94 | 0.35 | 356.36 | 1 | 0.32 |
| Hex | A5 | 0 | A | 0 | 64 | 5E | 23 | 164 | 64 | 20 |
| Octal | 245 | 0 | 12 | 0 | 144 | 136 | 43 | 544 | 144 | 40 |
| Binary | 10100101 | 0 | 1010 | 0 | 1100100 | 1011110 | 100011 | 101100100 | 1100100 | 100000 |
Color Harmonies of #A5000A
Complementary color
Monochromatic Colors of #A5000A
Black with #A5000A
Text Example
Text Example
White with #A5000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5000A; }
p { color: rgb(165,0,10); }
H1.HeaderClassName
{
color: #A5000A;
}
.AnyTagClassName
{
color: #A5000A;
}
</style>
background-color css
<style>
a { background-color: #A5000A; }
a { background-color: rgb(165,0,10); }
div.DivClassName
{
background-color: #A5000A;
}
.BgClassName
{
background-color: #A5000A;
}
</style>
border-color css
<style>
span { border-color: #A5000A; }
span { border-color: rgb(165,0,10); }
td.TdClassName
{
border-color: #A5000A;
}
.TagClassName
{
border-color: #A5000A;
}
</style>