Shades of Sangria #A3040E
Tints of Sangria #A3040E
RGB
CMYK
RGB Variations
Color information
#A3040E (or 0xA3040E) is known color: Sangria. HEX triplet: A3, 04 and 0E. RGB value is (163,4,14). Sum of RGB (Red+Green+Blue) = 163+4+14=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A3040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3040E is #5CFBF1. Grayscale: #343434. Windows color (decimal): -6093810 or 918691. OLE color: 918691.
HSL color Cylindrical-coordinate representation of color #A3040E: hue angle of 356.23º 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 #A3040E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.36 |
| HSL | 356.23º | 0.95% | 0.33% | - |
| HSV(B) | 356.23º | 0.98% | 0.64% | - |
| XYZ | 15.23 | 7.91 | 1.14 | - |
| YUV | 52.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 14 | 0 | 0.98 | 0.91 | 0.36 | 356.23 | 0.95 | 0.33 |
| Hex | A3 | 4 | E | 0 | 62 | 5B | 24 | 164 | 5F | 21 |
| Octal | 243 | 4 | 16 | 0 | 142 | 133 | 44 | 544 | 137 | 41 |
| Binary | 10100011 | 100 | 1110 | 0 | 1100010 | 1011011 | 100100 | 101100100 | 1011111 | 100001 |
Color Harmonies of #A3040E
Complementary color
Monochromatic Colors of #A3040E
Black with #A3040E
Text Example
Text Example
White with #A3040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3040E; }
p { color: rgb(163,4,14); }
H1.HeaderClassName
{
color: #A3040E;
}
.AnyTagClassName
{
color: #A3040E;
}
</style>
background-color css
<style>
a { background-color: #A3040E; }
a { background-color: rgb(163,4,14); }
div.DivClassName
{
background-color: #A3040E;
}
.BgClassName
{
background-color: #A3040E;
}
</style>
border-color css
<style>
span { border-color: #A3040E; }
span { border-color: rgb(163,4,14); }
td.TdClassName
{
border-color: #A3040E;
}
.TagClassName
{
border-color: #A3040E;
}
</style>