Shades of Sangria #A5000B
Tints of Sangria #A5000B
RGB
CMYK
RGB Variations
Color information
#A5000B (or 0xA5000B) is known color: Sangria. HEX triplet: A5, 00 and 0B. RGB value is (165,0,11). Sum of RGB (Red+Green+Blue) = 165+0+11=176 (23% of max value = 765). Red value is 165 (64.84% from 255 or 93.75% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 165 - color contains mainly: red. Hex color #A5000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5000B is #5AFFF4. Grayscale: #323232. Windows color (decimal): -5963765 or 721061. OLE color: 721061.
HSL color Cylindrical-coordinate representation of color #A5000B: hue angle of 356º 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 #A5000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.35 |
| HSL | 356º | 1% | 0.32% | - |
| HSV(B) | 356º | 1% | 0.65% | - |
| XYZ | 15.58 | 8.02 | 1.04 | - |
| YUV | 50.59 | 105.66 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 11 | 0 | 1 | 0.93 | 0.35 | 356 | 1 | 0.32 |
| Hex | A5 | 0 | B | 0 | 64 | 5D | 23 | 164 | 64 | 20 |
| Octal | 245 | 0 | 13 | 0 | 144 | 135 | 43 | 544 | 144 | 40 |
| Binary | 10100101 | 0 | 1011 | 0 | 1100100 | 1011101 | 100011 | 101100100 | 1100100 | 100000 |
Color Harmonies of #A5000B
Complementary color
Monochromatic Colors of #A5000B
Black with #A5000B
Text Example
Text Example
White with #A5000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5000B; }
p { color: rgb(165,0,11); }
H1.HeaderClassName
{
color: #A5000B;
}
.AnyTagClassName
{
color: #A5000B;
}
</style>
background-color css
<style>
a { background-color: #A5000B; }
a { background-color: rgb(165,0,11); }
div.DivClassName
{
background-color: #A5000B;
}
.BgClassName
{
background-color: #A5000B;
}
</style>
border-color css
<style>
span { border-color: #A5000B; }
span { border-color: rgb(165,0,11); }
td.TdClassName
{
border-color: #A5000B;
}
.TagClassName
{
border-color: #A5000B;
}
</style>