Shades of Carmine #A40C2D
Tints of Carmine #A40C2D
RGB
CMYK
RGB Variations
Color information
#A40C2D (or 0xA40C2D) is known color: Carmine. HEX triplet: A4, 0C and 2D. RGB value is (164,12,45). Sum of RGB (Red+Green+Blue) = 164+12+45=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C2D is #5BF3D2. Grayscale: #3D3D3D. Windows color (decimal): -6026195 or 2952356. OLE color: 2952356.
HSL color Cylindrical-coordinate representation of color #A40C2D: hue angle of 346.97º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C2D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 45 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.36 |
| HSL | 346.97º | 0.86% | 0.35% | - |
| HSV(B) | 346.97º | 0.93% | 0.64% | - |
| XYZ | 15.91 | 8.34 | 3.25 | - |
| YUV | 61.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 45 | 0 | 0.93 | 0.73 | 0.36 | 346.97 | 0.86 | 0.35 |
| Hex | A4 | C | 2D | 0 | 5D | 49 | 24 | 15B | 56 | 23 |
| Octal | 244 | 14 | 55 | 0 | 135 | 111 | 44 | 533 | 126 | 43 |
| Binary | 10100100 | 1100 | 101101 | 0 | 1011101 | 1001001 | 100100 | 101011011 | 1010110 | 100011 |
Color Harmonies of #A40C2D
Complementary color
Monochromatic Colors of #A40C2D
Black with #A40C2D
Text Example
Text Example
White with #A40C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C2D; }
p { color: rgb(164,12,45); }
H1.HeaderClassName
{
color: #A40C2D;
}
.AnyTagClassName
{
color: #A40C2D;
}
</style>
background-color css
<style>
a { background-color: #A40C2D; }
a { background-color: rgb(164,12,45); }
div.DivClassName
{
background-color: #A40C2D;
}
.BgClassName
{
background-color: #A40C2D;
}
</style>
border-color css
<style>
span { border-color: #A40C2D; }
span { border-color: rgb(164,12,45); }
td.TdClassName
{
border-color: #A40C2D;
}
.TagClassName
{
border-color: #A40C2D;
}
</style>