Shades of Sangria #A10003
Tints of Sangria #A10003
RGB
CMYK
RGB Variations
Color information
#A10003 (or 0xA10003) is known color: Sangria. HEX triplet: A1, 00 and 03. RGB value is (161,0,3). Sum of RGB (Red+Green+Blue) = 161+0+3=164 (21% of max value = 765). Red value is 161 (63.28% from 255 or 98.17% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 161 - color contains mainly: red. Hex color #A10003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10003 is #5EFFFC. Grayscale: #303030. Windows color (decimal): -6225917 or 196769. OLE color: 196769.
HSL color Cylindrical-coordinate representation of color #A10003: hue angle of 358.88º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.37 |
| HSL | 358.88º | 1% | 0.32% | - |
| HSV(B) | 358.88º | 1% | 0.63% | - |
| XYZ | 14.71 | 7.58 | 0.77 | - |
| YUV | 48.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 3 | 0 | 1 | 0.98 | 0.37 | 358.88 | 1 | 0.32 |
| Hex | A1 | 0 | 3 | 0 | 64 | 62 | 25 | 167 | 64 | 20 |
| Octal | 241 | 0 | 3 | 0 | 144 | 142 | 45 | 547 | 144 | 40 |
| Binary | 10100001 | 0 | 11 | 0 | 1100100 | 1100010 | 100101 | 101100111 | 1100100 | 100000 |
Color Harmonies of #A10003
Complementary color
Monochromatic Colors of #A10003
Black with #A10003
Text Example
Text Example
White with #A10003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10003; }
p { color: rgb(161,0,3); }
H1.HeaderClassName
{
color: #A10003;
}
.AnyTagClassName
{
color: #A10003;
}
</style>
background-color css
<style>
a { background-color: #A10003; }
a { background-color: rgb(161,0,3); }
div.DivClassName
{
background-color: #A10003;
}
.BgClassName
{
background-color: #A10003;
}
</style>
border-color css
<style>
span { border-color: #A10003; }
span { border-color: rgb(161,0,3); }
td.TdClassName
{
border-color: #A10003;
}
.TagClassName
{
border-color: #A10003;
}
</style>