Shades of Sangria #A5050D
Tints of Sangria #A5050D
RGB
CMYK
RGB Variations
Color information
#A5050D (or 0xA5050D) is known color: Sangria. HEX triplet: A5, 05 and 0D. RGB value is (165,5,13). Sum of RGB (Red+Green+Blue) = 165+5+13=183 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.16% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 165 - color contains mainly: red. Hex color #A5050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5050D is #5AFAF2. Grayscale: #353535. Windows color (decimal): -5962483 or 853413. OLE color: 853413.
HSL color Cylindrical-coordinate representation of color #A5050D: hue angle of 357º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.35 |
| HSL | 357º | 0.94% | 0.33% | - |
| HSV(B) | 357º | 0.97% | 0.65% | - |
| XYZ | 15.64 | 8.14 | 1.13 | - |
| YUV | 53.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 13 | 0 | 0.97 | 0.92 | 0.35 | 357 | 0.94 | 0.33 |
| Hex | A5 | 5 | D | 0 | 61 | 5C | 23 | 165 | 5E | 21 |
| Octal | 245 | 5 | 15 | 0 | 141 | 134 | 43 | 545 | 136 | 41 |
| Binary | 10100101 | 101 | 1101 | 0 | 1100001 | 1011100 | 100011 | 101100101 | 1011110 | 100001 |
Color Harmonies of #A5050D
Complementary color
Monochromatic Colors of #A5050D
Black with #A5050D
Text Example
Text Example
White with #A5050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5050D; }
p { color: rgb(165,5,13); }
H1.HeaderClassName
{
color: #A5050D;
}
.AnyTagClassName
{
color: #A5050D;
}
</style>
background-color css
<style>
a { background-color: #A5050D; }
a { background-color: rgb(165,5,13); }
div.DivClassName
{
background-color: #A5050D;
}
.BgClassName
{
background-color: #A5050D;
}
</style>
border-color css
<style>
span { border-color: #A5050D; }
span { border-color: rgb(165,5,13); }
td.TdClassName
{
border-color: #A5050D;
}
.TagClassName
{
border-color: #A5050D;
}
</style>