Shades of Sangria #A2030D
Tints of Sangria #A2030D
RGB
CMYK
RGB Variations
Color information
#A2030D (or 0xA2030D) is known color: Sangria. HEX triplet: A2, 03 and 0D. RGB value is (162,3,13). Sum of RGB (Red+Green+Blue) = 162+3+13=178 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.01% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 162 - color contains mainly: red. Hex color #A2030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2030D is #5DFCF2. Grayscale: #333333. Windows color (decimal): -6159603 or 852898. OLE color: 852898.
HSL color Cylindrical-coordinate representation of color #A2030D: hue angle of 356.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.36 |
| HSL | 356.23º | 0.96% | 0.32% | - |
| HSV(B) | 356.23º | 0.98% | 0.64% | - |
| XYZ | 15.01 | 7.78 | 1.09 | - |
| YUV | 51.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 13 | 0 | 0.98 | 0.92 | 0.36 | 356.23 | 0.96 | 0.32 |
| Hex | A2 | 3 | D | 0 | 62 | 5C | 24 | 164 | 60 | 20 |
| Octal | 242 | 3 | 15 | 0 | 142 | 134 | 44 | 544 | 140 | 40 |
| Binary | 10100010 | 11 | 1101 | 0 | 1100010 | 1011100 | 100100 | 101100100 | 1100000 | 100000 |
Color Harmonies of #A2030D
Complementary color
Monochromatic Colors of #A2030D
Black with #A2030D
Text Example
Text Example
White with #A2030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2030D; }
p { color: rgb(162,3,13); }
H1.HeaderClassName
{
color: #A2030D;
}
.AnyTagClassName
{
color: #A2030D;
}
</style>
background-color css
<style>
a { background-color: #A2030D; }
a { background-color: rgb(162,3,13); }
div.DivClassName
{
background-color: #A2030D;
}
.BgClassName
{
background-color: #A2030D;
}
</style>
border-color css
<style>
span { border-color: #A2030D; }
span { border-color: rgb(162,3,13); }
td.TdClassName
{
border-color: #A2030D;
}
.TagClassName
{
border-color: #A2030D;
}
</style>