Shades of Carmine #A4000E
Tints of Carmine #A4000E
RGB
CMYK
RGB Variations
Color information
#A4000E (or 0xA4000E) is known color: Carmine. HEX triplet: A4, 00 and 0E. RGB value is (164,0,14). Sum of RGB (Red+Green+Blue) = 164+0+14=178 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.13% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 164 - color contains mainly: red. Hex color #A4000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4000E is #5BFFF1. Grayscale: #323232. Windows color (decimal): -6029298 or 917668. OLE color: 917668.
HSL color Cylindrical-coordinate representation of color #A4000E: hue angle of 354.88º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.36 |
| HSL | 354.88º | 1% | 0.32% | - |
| HSV(B) | 354.88º | 1% | 0.64% | - |
| XYZ | 15.39 | 7.92 | 1.13 | - |
| YUV | 50.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 14 | 0 | 1 | 0.91 | 0.36 | 354.88 | 1 | 0.32 |
| Hex | A4 | 0 | E | 0 | 64 | 5B | 24 | 163 | 64 | 20 |
| Octal | 244 | 0 | 16 | 0 | 144 | 133 | 44 | 543 | 144 | 40 |
| Binary | 10100100 | 0 | 1110 | 0 | 1100100 | 1011011 | 100100 | 101100011 | 1100100 | 100000 |
Color Harmonies of #A4000E
Complementary color
Monochromatic Colors of #A4000E
Black with #A4000E
Text Example
Text Example
White with #A4000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4000E; }
p { color: rgb(164,0,14); }
H1.HeaderClassName
{
color: #A4000E;
}
.AnyTagClassName
{
color: #A4000E;
}
</style>
background-color css
<style>
a { background-color: #A4000E; }
a { background-color: rgb(164,0,14); }
div.DivClassName
{
background-color: #A4000E;
}
.BgClassName
{
background-color: #A4000E;
}
</style>
border-color css
<style>
span { border-color: #A4000E; }
span { border-color: rgb(164,0,14); }
td.TdClassName
{
border-color: #A4000E;
}
.TagClassName
{
border-color: #A4000E;
}
</style>