Shades of Sangria #A1030D
Tints of Sangria #A1030D
RGB
CMYK
RGB Variations
Color information
#A1030D (or 0xA1030D) is known color: Sangria. HEX triplet: A1, 03 and 0D. RGB value is (161,3,13). Sum of RGB (Red+Green+Blue) = 161+3+13=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A1030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1030D is #5EFCF2. Grayscale: #333333. Windows color (decimal): -6225139 or 852897. OLE color: 852897.
HSL color Cylindrical-coordinate representation of color #A1030D: hue angle of 356.2º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.37 |
| HSL | 356.2º | 0.96% | 0.32% | - |
| HSV(B) | 356.2º | 0.98% | 0.63% | - |
| XYZ | 14.8 | 7.67 | 1.08 | - |
| YUV | 51.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 13 | 0 | 0.98 | 0.92 | 0.37 | 356.2 | 0.96 | 0.32 |
| Hex | A1 | 3 | D | 0 | 62 | 5C | 25 | 164 | 60 | 20 |
| Octal | 241 | 3 | 15 | 0 | 142 | 134 | 45 | 544 | 140 | 40 |
| Binary | 10100001 | 11 | 1101 | 0 | 1100010 | 1011100 | 100101 | 101100100 | 1100000 | 100000 |
Color Harmonies of #A1030D
Complementary color
Monochromatic Colors of #A1030D
Black with #A1030D
Text Example
Text Example
White with #A1030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1030D; }
p { color: rgb(161,3,13); }
H1.HeaderClassName
{
color: #A1030D;
}
.AnyTagClassName
{
color: #A1030D;
}
</style>
background-color css
<style>
a { background-color: #A1030D; }
a { background-color: rgb(161,3,13); }
div.DivClassName
{
background-color: #A1030D;
}
.BgClassName
{
background-color: #A1030D;
}
</style>
border-color css
<style>
span { border-color: #A1030D; }
span { border-color: rgb(161,3,13); }
td.TdClassName
{
border-color: #A1030D;
}
.TagClassName
{
border-color: #A1030D;
}
</style>