Shades of Carmine #A40C28
Tints of Carmine #A40C28
RGB
CMYK
RGB Variations
Color information
#A40C28 (or 0xA40C28) is known color: Carmine. HEX triplet: A4, 0C and 28. RGB value is (164,12,40). Sum of RGB (Red+Green+Blue) = 164+12+40=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C28 is #5BF3D7. Grayscale: #3C3C3C. Windows color (decimal): -6026200 or 2624676. OLE color: 2624676.
HSL color Cylindrical-coordinate representation of color #A40C28: hue angle of 348.95º 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 #A40C28 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 40 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.36 |
| HSL | 348.95º | 0.86% | 0.35% | - |
| HSV(B) | 348.95º | 0.93% | 0.64% | - |
| XYZ | 15.82 | 8.31 | 2.78 | - |
| YUV | 60.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 40 | 0 | 0.93 | 0.76 | 0.36 | 348.95 | 0.86 | 0.35 |
| Hex | A4 | C | 28 | 0 | 5D | 4C | 24 | 15D | 56 | 23 |
| Octal | 244 | 14 | 50 | 0 | 135 | 114 | 44 | 535 | 126 | 43 |
| Binary | 10100100 | 1100 | 101000 | 0 | 1011101 | 1001100 | 100100 | 101011101 | 1010110 | 100011 |
Color Harmonies of #A40C28
Complementary color
Monochromatic Colors of #A40C28
Black with #A40C28
Text Example
Text Example
White with #A40C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C28; }
p { color: rgb(164,12,40); }
H1.HeaderClassName
{
color: #A40C28;
}
.AnyTagClassName
{
color: #A40C28;
}
</style>
background-color css
<style>
a { background-color: #A40C28; }
a { background-color: rgb(164,12,40); }
div.DivClassName
{
background-color: #A40C28;
}
.BgClassName
{
background-color: #A40C28;
}
</style>
border-color css
<style>
span { border-color: #A40C28; }
span { border-color: rgb(164,12,40); }
td.TdClassName
{
border-color: #A40C28;
}
.TagClassName
{
border-color: #A40C28;
}
</style>