Shades of Sangria #A50B0D
Tints of Sangria #A50B0D
RGB
CMYK
RGB Variations
Color information
#A50B0D (or 0xA50B0D) is known color: Sangria. HEX triplet: A5, 0B and 0D. RGB value is (165,11,13). Sum of RGB (Red+Green+Blue) = 165+11+13=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50B0D is #5AF4F2. Grayscale: #393939. Windows color (decimal): -5960947 or 854949. OLE color: 854949.
HSL color Cylindrical-coordinate representation of color #A50B0D: hue angle of 359.22º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 13 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.35 |
| HSL | 359.22º | 0.88% | 0.35% | - |
| HSV(B) | 359.22º | 0.93% | 0.65% | - |
| XYZ | 15.71 | 8.27 | 1.15 | - |
| YUV | 57.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 13 | 0 | 0.93 | 0.92 | 0.35 | 359.22 | 0.88 | 0.35 |
| Hex | A5 | B | D | 0 | 5D | 5C | 23 | 167 | 58 | 23 |
| Octal | 245 | 13 | 15 | 0 | 135 | 134 | 43 | 547 | 130 | 43 |
| Binary | 10100101 | 1011 | 1101 | 0 | 1011101 | 1011100 | 100011 | 101100111 | 1011000 | 100011 |
Color Harmonies of #A50B0D
Complementary color
Monochromatic Colors of #A50B0D
Black with #A50B0D
Text Example
Text Example
White with #A50B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B0D; }
p { color: rgb(165,11,13); }
H1.HeaderClassName
{
color: #A50B0D;
}
.AnyTagClassName
{
color: #A50B0D;
}
</style>
background-color css
<style>
a { background-color: #A50B0D; }
a { background-color: rgb(165,11,13); }
div.DivClassName
{
background-color: #A50B0D;
}
.BgClassName
{
background-color: #A50B0D;
}
</style>
border-color css
<style>
span { border-color: #A50B0D; }
span { border-color: rgb(165,11,13); }
td.TdClassName
{
border-color: #A50B0D;
}
.TagClassName
{
border-color: #A50B0D;
}
</style>