Shades of Sangria #A30005
Tints of Sangria #A30005
RGB
CMYK
RGB Variations
Color information
#A30005 (or 0xA30005) is known color: Sangria. HEX triplet: A3, 00 and 05. RGB value is (163,0,5). Sum of RGB (Red+Green+Blue) = 163+0+5=168 (22% of max value = 765). Red value is 163 (64.06% from 255 or 97.02% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 163 - color contains mainly: red. Hex color #A30005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30005 is #5CFFFA. Grayscale: #313131. Windows color (decimal): -6094843 or 327843. OLE color: 327843.
HSL color Cylindrical-coordinate representation of color #A30005: hue angle of 358.16º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.36 |
| HSL | 358.16º | 1% | 0.32% | - |
| HSV(B) | 358.16º | 1% | 0.64% | - |
| XYZ | 15.13 | 7.8 | 0.85 | - |
| YUV | 49.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 5 | 0 | 1 | 0.97 | 0.36 | 358.16 | 1 | 0.32 |
| Hex | A3 | 0 | 5 | 0 | 64 | 61 | 24 | 166 | 64 | 20 |
| Octal | 243 | 0 | 5 | 0 | 144 | 141 | 44 | 546 | 144 | 40 |
| Binary | 10100011 | 0 | 101 | 0 | 1100100 | 1100001 | 100100 | 101100110 | 1100100 | 100000 |
Color Harmonies of #A30005
Complementary color
Monochromatic Colors of #A30005
Black with #A30005
Text Example
Text Example
White with #A30005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30005; }
p { color: rgb(163,0,5); }
H1.HeaderClassName
{
color: #A30005;
}
.AnyTagClassName
{
color: #A30005;
}
</style>
background-color css
<style>
a { background-color: #A30005; }
a { background-color: rgb(163,0,5); }
div.DivClassName
{
background-color: #A30005;
}
.BgClassName
{
background-color: #A30005;
}
</style>
border-color css
<style>
span { border-color: #A30005; }
span { border-color: rgb(163,0,5); }
td.TdClassName
{
border-color: #A30005;
}
.TagClassName
{
border-color: #A30005;
}
</style>