Shades of Carmine #A4011E
Tints of Carmine #A4011E
RGB
CMYK
RGB Variations
Color information
#A4011E (or 0xA4011E) is known color: Carmine. HEX triplet: A4, 01 and 1E. RGB value is (164,1,30). Sum of RGB (Red+Green+Blue) = 164+1+30=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A4011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4011E is #5BFEE1. Grayscale: #353535. Windows color (decimal): -6029026 or 1966500. OLE color: 1966500.
HSL color Cylindrical-coordinate representation of color #A4011E: hue angle of 349.33º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4011E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.36 |
| HSL | 349.33º | 0.99% | 0.32% | - |
| HSV(B) | 349.33º | 0.99% | 0.64% | - |
| XYZ | 15.56 | 8.01 | 1.95 | - |
| YUV | 53.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 30 | 0 | 0.99 | 0.82 | 0.36 | 349.33 | 0.99 | 0.32 |
| Hex | A4 | 1 | 1E | 0 | 63 | 52 | 24 | 15D | 63 | 20 |
| Octal | 244 | 1 | 36 | 0 | 143 | 122 | 44 | 535 | 143 | 40 |
| Binary | 10100100 | 1 | 11110 | 0 | 1100011 | 1010010 | 100100 | 101011101 | 1100011 | 100000 |
Color Harmonies of #A4011E
Complementary color
Monochromatic Colors of #A4011E
Black with #A4011E
Text Example
Text Example
White with #A4011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4011E; }
p { color: rgb(164,1,30); }
H1.HeaderClassName
{
color: #A4011E;
}
.AnyTagClassName
{
color: #A4011E;
}
</style>
background-color css
<style>
a { background-color: #A4011E; }
a { background-color: rgb(164,1,30); }
div.DivClassName
{
background-color: #A4011E;
}
.BgClassName
{
background-color: #A4011E;
}
</style>
border-color css
<style>
span { border-color: #A4011E; }
span { border-color: rgb(164,1,30); }
td.TdClassName
{
border-color: #A4011E;
}
.TagClassName
{
border-color: #A4011E;
}
</style>