Shades of Sangria #A50203
Tints of Sangria #A50203
RGB
CMYK
RGB Variations
Color information
#A50203 (or 0xA50203) is known color: Sangria. HEX triplet: A5, 02 and 03. RGB value is (165,2,3). Sum of RGB (Red+Green+Blue) = 165+2+3=170 (22% of max value = 765). Red value is 165 (64.84% from 255 or 97.06% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 165 - color contains mainly: red. Hex color #A50203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50203 is #5AFDFC. Grayscale: #333333. Windows color (decimal): -5963261 or 197285. OLE color: 197285.
HSL color Cylindrical-coordinate representation of color #A50203: hue angle of 359.63º 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 #A50203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.35 |
| HSL | 359.63º | 0.98% | 0.33% | - |
| HSV(B) | 359.63º | 0.99% | 0.65% | - |
| XYZ | 15.56 | 8.05 | 0.82 | - |
| YUV | 50.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 3 | 0 | 0.99 | 0.98 | 0.35 | 359.63 | 0.98 | 0.33 |
| Hex | A5 | 2 | 3 | 0 | 63 | 62 | 23 | 168 | 62 | 21 |
| Octal | 245 | 2 | 3 | 0 | 143 | 142 | 43 | 550 | 142 | 41 |
| Binary | 10100101 | 10 | 11 | 0 | 1100011 | 1100010 | 100011 | 101101000 | 1100010 | 100001 |
Color Harmonies of #A50203
Complementary color
Monochromatic Colors of #A50203
Black with #A50203
Text Example
Text Example
White with #A50203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50203; }
p { color: rgb(165,2,3); }
H1.HeaderClassName
{
color: #A50203;
}
.AnyTagClassName
{
color: #A50203;
}
</style>
background-color css
<style>
a { background-color: #A50203; }
a { background-color: rgb(165,2,3); }
div.DivClassName
{
background-color: #A50203;
}
.BgClassName
{
background-color: #A50203;
}
</style>
border-color css
<style>
span { border-color: #A50203; }
span { border-color: rgb(165,2,3); }
td.TdClassName
{
border-color: #A50203;
}
.TagClassName
{
border-color: #A50203;
}
</style>