Shades of Carmine #A8040E
Tints of Carmine #A8040E
RGB
CMYK
RGB Variations
Color information
#A8040E (or 0xA8040E) is known color: Carmine. HEX triplet: A8, 04 and 0E. RGB value is (168,4,14). Sum of RGB (Red+Green+Blue) = 168+4+14=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A8040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8040E is #57FBF1. Grayscale: #363636. Windows color (decimal): -5766130 or 918696. OLE color: 918696.
HSL color Cylindrical-coordinate representation of color #A8040E: hue angle of 356.34º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8040E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.34 |
| HSL | 356.34º | 0.95% | 0.34% | - |
| HSV(B) | 356.34º | 0.98% | 0.66% | - |
| XYZ | 16.27 | 8.44 | 1.19 | - |
| YUV | 54.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 14 | 0 | 0.98 | 0.92 | 0.34 | 356.34 | 0.95 | 0.34 |
| Hex | A8 | 4 | E | 0 | 62 | 5C | 22 | 164 | 5F | 22 |
| Octal | 250 | 4 | 16 | 0 | 142 | 134 | 42 | 544 | 137 | 42 |
| Binary | 10101000 | 100 | 1110 | 0 | 1100010 | 1011100 | 100010 | 101100100 | 1011111 | 100010 |
Color Harmonies of #A8040E
Complementary color
Monochromatic Colors of #A8040E
Black with #A8040E
Text Example
Text Example
White with #A8040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8040E; }
p { color: rgb(168,4,14); }
H1.HeaderClassName
{
color: #A8040E;
}
.AnyTagClassName
{
color: #A8040E;
}
</style>
background-color css
<style>
a { background-color: #A8040E; }
a { background-color: rgb(168,4,14); }
div.DivClassName
{
background-color: #A8040E;
}
.BgClassName
{
background-color: #A8040E;
}
</style>
border-color css
<style>
span { border-color: #A8040E; }
span { border-color: rgb(168,4,14); }
td.TdClassName
{
border-color: #A8040E;
}
.TagClassName
{
border-color: #A8040E;
}
</style>