Shades of Sangria #A4040C
Tints of Sangria #A4040C
RGB
CMYK
RGB Variations
Color information
#A4040C (or 0xA4040C) is known color: Sangria. HEX triplet: A4, 04 and 0C. RGB value is (164,4,12). Sum of RGB (Red+Green+Blue) = 164+4+12=180 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.11% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 164 - color contains mainly: red. Hex color #A4040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4040C is #5BFBF3. Grayscale: #343434. Windows color (decimal): -6028276 or 787620. OLE color: 787620.
HSL color Cylindrical-coordinate representation of color #A4040C: hue angle of 357º 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 #A4040C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.36 |
| HSL | 357º | 0.95% | 0.33% | - |
| HSV(B) | 357º | 0.98% | 0.64% | - |
| XYZ | 15.42 | 8.01 | 1.08 | - |
| YUV | 52.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 12 | 0 | 0.98 | 0.93 | 0.36 | 357 | 0.95 | 0.33 |
| Hex | A4 | 4 | C | 0 | 62 | 5D | 24 | 165 | 5F | 21 |
| Octal | 244 | 4 | 14 | 0 | 142 | 135 | 44 | 545 | 137 | 41 |
| Binary | 10100100 | 100 | 1100 | 0 | 1100010 | 1011101 | 100100 | 101100101 | 1011111 | 100001 |
Color Harmonies of #A4040C
Complementary color
Monochromatic Colors of #A4040C
Black with #A4040C
Text Example
Text Example
White with #A4040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4040C; }
p { color: rgb(164,4,12); }
H1.HeaderClassName
{
color: #A4040C;
}
.AnyTagClassName
{
color: #A4040C;
}
</style>
background-color css
<style>
a { background-color: #A4040C; }
a { background-color: rgb(164,4,12); }
div.DivClassName
{
background-color: #A4040C;
}
.BgClassName
{
background-color: #A4040C;
}
</style>
border-color css
<style>
span { border-color: #A4040C; }
span { border-color: rgb(164,4,12); }
td.TdClassName
{
border-color: #A4040C;
}
.TagClassName
{
border-color: #A4040C;
}
</style>