Shades of Sangria #A40105
Tints of Sangria #A40105
RGB
CMYK
RGB Variations
Color information
#A40105 (or 0xA40105) is known color: Sangria. HEX triplet: A4, 01 and 05. RGB value is (164,1,5). Sum of RGB (Red+Green+Blue) = 164+1+5=170 (22% of max value = 765). Red value is 164 (64.45% from 255 or 96.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 164 - color contains mainly: red. Hex color #A40105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40105 is #5BFEFA. Grayscale: #323232. Windows color (decimal): -6029051 or 328100. OLE color: 328100.
HSL color Cylindrical-coordinate representation of color #A40105: hue angle of 358.53º 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 #A40105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.36 |
| HSL | 358.53º | 0.99% | 0.32% | - |
| HSV(B) | 358.53º | 0.99% | 0.64% | - |
| XYZ | 15.35 | 7.93 | 0.86 | - |
| YUV | 50.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 5 | 0 | 0.99 | 0.97 | 0.36 | 358.53 | 0.99 | 0.32 |
| Hex | A4 | 1 | 5 | 0 | 63 | 61 | 24 | 167 | 63 | 20 |
| Octal | 244 | 1 | 5 | 0 | 143 | 141 | 44 | 547 | 143 | 40 |
| Binary | 10100100 | 1 | 101 | 0 | 1100011 | 1100001 | 100100 | 101100111 | 1100011 | 100000 |
Color Harmonies of #A40105
Complementary color
Monochromatic Colors of #A40105
Black with #A40105
Text Example
Text Example
White with #A40105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40105; }
p { color: rgb(164,1,5); }
H1.HeaderClassName
{
color: #A40105;
}
.AnyTagClassName
{
color: #A40105;
}
</style>
background-color css
<style>
a { background-color: #A40105; }
a { background-color: rgb(164,1,5); }
div.DivClassName
{
background-color: #A40105;
}
.BgClassName
{
background-color: #A40105;
}
</style>
border-color css
<style>
span { border-color: #A40105; }
span { border-color: rgb(164,1,5); }
td.TdClassName
{
border-color: #A40105;
}
.TagClassName
{
border-color: #A40105;
}
</style>