Shades of Sangria #A1030F
Tints of Sangria #A1030F
RGB
CMYK
RGB Variations
Color information
#A1030F (or 0xA1030F) is known color: Sangria. HEX triplet: A1, 03 and 0F. RGB value is (161,3,15). Sum of RGB (Red+Green+Blue) = 161+3+15=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A1030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1030F is #5EFCF0. Grayscale: #333333. Windows color (decimal): -6225137 or 983969. OLE color: 983969.
HSL color Cylindrical-coordinate representation of color #A1030F: hue angle of 355.44º 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 #A1030F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.37 |
| HSL | 355.44º | 0.96% | 0.32% | - |
| HSV(B) | 355.44º | 0.98% | 0.63% | - |
| XYZ | 14.82 | 7.68 | 1.15 | - |
| YUV | 51.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 15 | 0 | 0.98 | 0.91 | 0.37 | 355.44 | 0.96 | 0.32 |
| Hex | A1 | 3 | F | 0 | 62 | 5B | 25 | 163 | 60 | 20 |
| Octal | 241 | 3 | 17 | 0 | 142 | 133 | 45 | 543 | 140 | 40 |
| Binary | 10100001 | 11 | 1111 | 0 | 1100010 | 1011011 | 100101 | 101100011 | 1100000 | 100000 |
Color Harmonies of #A1030F
Complementary color
Monochromatic Colors of #A1030F
Black with #A1030F
Text Example
Text Example
White with #A1030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1030F; }
p { color: rgb(161,3,15); }
H1.HeaderClassName
{
color: #A1030F;
}
.AnyTagClassName
{
color: #A1030F;
}
</style>
background-color css
<style>
a { background-color: #A1030F; }
a { background-color: rgb(161,3,15); }
div.DivClassName
{
background-color: #A1030F;
}
.BgClassName
{
background-color: #A1030F;
}
</style>
border-color css
<style>
span { border-color: #A1030F; }
span { border-color: rgb(161,3,15); }
td.TdClassName
{
border-color: #A1030F;
}
.TagClassName
{
border-color: #A1030F;
}
</style>