Shades of Sangria #A30508
Tints of Sangria #A30508
RGB
CMYK
RGB Variations
Color information
#A30508 (or 0xA30508) is known color: Sangria. HEX triplet: A3, 05 and 08. RGB value is (163,5,8). Sum of RGB (Red+Green+Blue) = 163+5+8=176 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.61% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 163 - color contains mainly: red. Hex color #A30508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30508 is #5CFAF7. Grayscale: #343434. Windows color (decimal): -6093560 or 525731. OLE color: 525731.
HSL color Cylindrical-coordinate representation of color #A30508: hue angle of 358.86º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30508 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 8 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.36 |
| HSL | 358.86º | 0.94% | 0.33% | - |
| HSV(B) | 358.86º | 0.97% | 0.64% | - |
| XYZ | 15.2 | 7.91 | 0.96 | - |
| YUV | 52.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 8 | 0 | 0.97 | 0.95 | 0.36 | 358.86 | 0.94 | 0.33 |
| Hex | A3 | 5 | 8 | 0 | 61 | 5F | 24 | 167 | 5E | 21 |
| Octal | 243 | 5 | 10 | 0 | 141 | 137 | 44 | 547 | 136 | 41 |
| Binary | 10100011 | 101 | 1000 | 0 | 1100001 | 1011111 | 100100 | 101100111 | 1011110 | 100001 |
Color Harmonies of #A30508
Complementary color
Monochromatic Colors of #A30508
Black with #A30508
Text Example
Text Example
White with #A30508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30508; }
p { color: rgb(163,5,8); }
H1.HeaderClassName
{
color: #A30508;
}
.AnyTagClassName
{
color: #A30508;
}
</style>
background-color css
<style>
a { background-color: #A30508; }
a { background-color: rgb(163,5,8); }
div.DivClassName
{
background-color: #A30508;
}
.BgClassName
{
background-color: #A30508;
}
</style>
border-color css
<style>
span { border-color: #A30508; }
span { border-color: rgb(163,5,8); }
td.TdClassName
{
border-color: #A30508;
}
.TagClassName
{
border-color: #A30508;
}
</style>