Shades of Carmine #A4012E
Tints of Carmine #A4012E
RGB
CMYK
RGB Variations
Color information
#A4012E (or 0xA4012E) is known color: Carmine. HEX triplet: A4, 01 and 2E. RGB value is (164,1,46). Sum of RGB (Red+Green+Blue) = 164+1+46=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A4012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4012E is #5BFED1. Grayscale: #363636. Windows color (decimal): -6029010 or 3015076. OLE color: 3015076.
HSL color Cylindrical-coordinate representation of color #A4012E: hue angle of 343.44º 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 #A4012E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.36 |
| HSL | 343.44º | 0.99% | 0.32% | - |
| HSV(B) | 343.44º | 0.99% | 0.64% | - |
| XYZ | 15.81 | 8.11 | 3.32 | - |
| YUV | 54.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 46 | 0 | 0.99 | 0.72 | 0.36 | 343.44 | 0.99 | 0.32 |
| Hex | A4 | 1 | 2E | 0 | 63 | 48 | 24 | 157 | 63 | 20 |
| Octal | 244 | 1 | 56 | 0 | 143 | 110 | 44 | 527 | 143 | 40 |
| Binary | 10100100 | 1 | 101110 | 0 | 1100011 | 1001000 | 100100 | 101010111 | 1100011 | 100000 |
Color Harmonies of #A4012E
Complementary color
Monochromatic Colors of #A4012E
Black with #A4012E
Text Example
Text Example
White with #A4012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4012E; }
p { color: rgb(164,1,46); }
H1.HeaderClassName
{
color: #A4012E;
}
.AnyTagClassName
{
color: #A4012E;
}
</style>
background-color css
<style>
a { background-color: #A4012E; }
a { background-color: rgb(164,1,46); }
div.DivClassName
{
background-color: #A4012E;
}
.BgClassName
{
background-color: #A4012E;
}
</style>
border-color css
<style>
span { border-color: #A4012E; }
span { border-color: rgb(164,1,46); }
td.TdClassName
{
border-color: #A4012E;
}
.TagClassName
{
border-color: #A4012E;
}
</style>