Shades of Sangria #A4040E
Tints of Sangria #A4040E
RGB
CMYK
RGB Variations
Color information
#A4040E (or 0xA4040E) is known color: Sangria. HEX triplet: A4, 04 and 0E. RGB value is (164,4,14). Sum of RGB (Red+Green+Blue) = 164+4+14=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A4040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4040E is #5BFBF1. Grayscale: #353535. Windows color (decimal): -6028274 or 918692. OLE color: 918692.
HSL color Cylindrical-coordinate representation of color #A4040E: hue angle of 356.25º 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 #A4040E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.36 |
| HSL | 356.25º | 0.95% | 0.33% | - |
| HSV(B) | 356.25º | 0.98% | 0.64% | - |
| XYZ | 15.43 | 8.01 | 1.15 | - |
| YUV | 52.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 14 | 0 | 0.98 | 0.91 | 0.36 | 356.25 | 0.95 | 0.33 |
| Hex | A4 | 4 | E | 0 | 62 | 5B | 24 | 164 | 5F | 21 |
| Octal | 244 | 4 | 16 | 0 | 142 | 133 | 44 | 544 | 137 | 41 |
| Binary | 10100100 | 100 | 1110 | 0 | 1100010 | 1011011 | 100100 | 101100100 | 1011111 | 100001 |
Color Harmonies of #A4040E
Complementary color
Monochromatic Colors of #A4040E
Black with #A4040E
Text Example
Text Example
White with #A4040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4040E; }
p { color: rgb(164,4,14); }
H1.HeaderClassName
{
color: #A4040E;
}
.AnyTagClassName
{
color: #A4040E;
}
</style>
background-color css
<style>
a { background-color: #A4040E; }
a { background-color: rgb(164,4,14); }
div.DivClassName
{
background-color: #A4040E;
}
.BgClassName
{
background-color: #A4040E;
}
</style>
border-color css
<style>
span { border-color: #A4040E; }
span { border-color: rgb(164,4,14); }
td.TdClassName
{
border-color: #A4040E;
}
.TagClassName
{
border-color: #A4040E;
}
</style>