Shades of Sangria #A8050C
Tints of Sangria #A8050C
RGB
CMYK
RGB Variations
Color information
#A8050C (or 0xA8050C) is known color: Sangria. HEX triplet: A8, 05 and 0C. RGB value is (168,5,12). Sum of RGB (Red+Green+Blue) = 168+5+12=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A8050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8050C is #57FAF3. Grayscale: #363636. Windows color (decimal): -5765876 or 787880. OLE color: 787880.
HSL color Cylindrical-coordinate representation of color #A8050C: hue angle of 357.42º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8050C is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.34 |
| HSL | 357.42º | 0.94% | 0.34% | - |
| HSV(B) | 357.42º | 0.97% | 0.66% | - |
| XYZ | 16.27 | 8.46 | 1.12 | - |
| YUV | 54.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 12 | 0 | 0.97 | 0.93 | 0.34 | 357.42 | 0.94 | 0.34 |
| Hex | A8 | 5 | C | 0 | 61 | 5D | 22 | 165 | 5E | 22 |
| Octal | 250 | 5 | 14 | 0 | 141 | 135 | 42 | 545 | 136 | 42 |
| Binary | 10101000 | 101 | 1100 | 0 | 1100001 | 1011101 | 100010 | 101100101 | 1011110 | 100010 |
Color Harmonies of #A8050C
Complementary color
Monochromatic Colors of #A8050C
Black with #A8050C
Text Example
Text Example
White with #A8050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8050C; }
p { color: rgb(168,5,12); }
H1.HeaderClassName
{
color: #A8050C;
}
.AnyTagClassName
{
color: #A8050C;
}
</style>
background-color css
<style>
a { background-color: #A8050C; }
a { background-color: rgb(168,5,12); }
div.DivClassName
{
background-color: #A8050C;
}
.BgClassName
{
background-color: #A8050C;
}
</style>
border-color css
<style>
span { border-color: #A8050C; }
span { border-color: rgb(168,5,12); }
td.TdClassName
{
border-color: #A8050C;
}
.TagClassName
{
border-color: #A8050C;
}
</style>