Shades of Sangria #A5020D
Tints of Sangria #A5020D
RGB
CMYK
RGB Variations
Color information
#A5020D (or 0xA5020D) is known color: Sangria. HEX triplet: A5, 02 and 0D. RGB value is (165,2,13). Sum of RGB (Red+Green+Blue) = 165+2+13=180 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 165 - color contains mainly: red. Hex color #A5020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5020D is #5AFDF2. Grayscale: #343434. Windows color (decimal): -5963251 or 852645. OLE color: 852645.
HSL color Cylindrical-coordinate representation of color #A5020D: hue angle of 355.95º degrees, saturation: 0.98, 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 #A5020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.35 |
| HSL | 355.95º | 0.98% | 0.33% | - |
| HSV(B) | 355.95º | 0.99% | 0.65% | - |
| XYZ | 15.61 | 8.07 | 1.12 | - |
| YUV | 51.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 13 | 0 | 0.99 | 0.92 | 0.35 | 355.95 | 0.98 | 0.33 |
| Hex | A5 | 2 | D | 0 | 63 | 5C | 23 | 164 | 62 | 21 |
| Octal | 245 | 2 | 15 | 0 | 143 | 134 | 43 | 544 | 142 | 41 |
| Binary | 10100101 | 10 | 1101 | 0 | 1100011 | 1011100 | 100011 | 101100100 | 1100010 | 100001 |
Color Harmonies of #A5020D
Complementary color
Monochromatic Colors of #A5020D
Black with #A5020D
Text Example
Text Example
White with #A5020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5020D; }
p { color: rgb(165,2,13); }
H1.HeaderClassName
{
color: #A5020D;
}
.AnyTagClassName
{
color: #A5020D;
}
</style>
background-color css
<style>
a { background-color: #A5020D; }
a { background-color: rgb(165,2,13); }
div.DivClassName
{
background-color: #A5020D;
}
.BgClassName
{
background-color: #A5020D;
}
</style>
border-color css
<style>
span { border-color: #A5020D; }
span { border-color: rgb(165,2,13); }
td.TdClassName
{
border-color: #A5020D;
}
.TagClassName
{
border-color: #A5020D;
}
</style>