Shades of Sangria #A30105
Tints of Sangria #A30105
RGB
CMYK
RGB Variations
Color information
#A30105 (or 0xA30105) is known color: Sangria. HEX triplet: A3, 01 and 05. RGB value is (163,1,5). Sum of RGB (Red+Green+Blue) = 163+1+5=169 (22% of max value = 765). Red value is 163 (64.06% from 255 or 96.45% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 163 - color contains mainly: red. Hex color #A30105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30105 is #5CFEFA. Grayscale: #323232. Windows color (decimal): -6094587 or 328099. OLE color: 328099.
HSL color Cylindrical-coordinate representation of color #A30105: hue angle of 358.52º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.36 |
| HSL | 358.52º | 0.99% | 0.32% | - |
| HSV(B) | 358.52º | 0.99% | 0.64% | - |
| XYZ | 15.14 | 7.82 | 0.85 | - |
| YUV | 49.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 5 | 0 | 0.99 | 0.97 | 0.36 | 358.52 | 0.99 | 0.32 |
| Hex | A3 | 1 | 5 | 0 | 63 | 61 | 24 | 167 | 63 | 20 |
| Octal | 243 | 1 | 5 | 0 | 143 | 141 | 44 | 547 | 143 | 40 |
| Binary | 10100011 | 1 | 101 | 0 | 1100011 | 1100001 | 100100 | 101100111 | 1100011 | 100000 |
Color Harmonies of #A30105
Complementary color
Monochromatic Colors of #A30105
Black with #A30105
Text Example
Text Example
White with #A30105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30105; }
p { color: rgb(163,1,5); }
H1.HeaderClassName
{
color: #A30105;
}
.AnyTagClassName
{
color: #A30105;
}
</style>
background-color css
<style>
a { background-color: #A30105; }
a { background-color: rgb(163,1,5); }
div.DivClassName
{
background-color: #A30105;
}
.BgClassName
{
background-color: #A30105;
}
</style>
border-color css
<style>
span { border-color: #A30105; }
span { border-color: rgb(163,1,5); }
td.TdClassName
{
border-color: #A30105;
}
.TagClassName
{
border-color: #A30105;
}
</style>