Shades of Sangria #A2040C
Tints of Sangria #A2040C
RGB
CMYK
RGB Variations
Color information
#A2040C (or 0xA2040C) is known color: Sangria. HEX triplet: A2, 04 and 0C. RGB value is (162,4,12). Sum of RGB (Red+Green+Blue) = 162+4+12=178 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.01% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 162 - color contains mainly: red. Hex color #A2040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2040C is #5DFBF3. Grayscale: #343434. Windows color (decimal): -6159348 or 787618. OLE color: 787618.
HSL color Cylindrical-coordinate representation of color #A2040C: hue angle of 356.96º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2040C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.36 |
| HSL | 356.96º | 0.95% | 0.33% | - |
| HSV(B) | 356.96º | 0.98% | 0.64% | - |
| XYZ | 15.01 | 7.79 | 1.06 | - |
| YUV | 52.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 12 | 0 | 0.98 | 0.93 | 0.36 | 356.96 | 0.95 | 0.33 |
| Hex | A2 | 4 | C | 0 | 62 | 5D | 24 | 165 | 5F | 21 |
| Octal | 242 | 4 | 14 | 0 | 142 | 135 | 44 | 545 | 137 | 41 |
| Binary | 10100010 | 100 | 1100 | 0 | 1100010 | 1011101 | 100100 | 101100101 | 1011111 | 100001 |
Color Harmonies of #A2040C
Complementary color
Monochromatic Colors of #A2040C
Black with #A2040C
Text Example
Text Example
White with #A2040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2040C; }
p { color: rgb(162,4,12); }
H1.HeaderClassName
{
color: #A2040C;
}
.AnyTagClassName
{
color: #A2040C;
}
</style>
background-color css
<style>
a { background-color: #A2040C; }
a { background-color: rgb(162,4,12); }
div.DivClassName
{
background-color: #A2040C;
}
.BgClassName
{
background-color: #A2040C;
}
</style>
border-color css
<style>
span { border-color: #A2040C; }
span { border-color: rgb(162,4,12); }
td.TdClassName
{
border-color: #A2040C;
}
.TagClassName
{
border-color: #A2040C;
}
</style>