Shades of Carmine #A40C1C
Tints of Carmine #A40C1C
RGB
CMYK
RGB Variations
Color information
#A40C1C (or 0xA40C1C) is known color: Carmine. HEX triplet: A4, 0C and 1C. RGB value is (164,12,28). Sum of RGB (Red+Green+Blue) = 164+12+28=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C1C is #5BF3E3. Grayscale: #3B3B3B. Windows color (decimal): -6026212 or 1838244. OLE color: 1838244.
HSL color Cylindrical-coordinate representation of color #A40C1C: hue angle of 353.68º 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 #A40C1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 28 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.36 |
| HSL | 353.68º | 0.86% | 0.35% | - |
| HSV(B) | 353.68º | 0.93% | 0.64% | - |
| XYZ | 15.65 | 8.24 | 1.86 | - |
| YUV | 59.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 28 | 0 | 0.93 | 0.83 | 0.36 | 353.68 | 0.86 | 0.35 |
| Hex | A4 | C | 1C | 0 | 5D | 53 | 24 | 162 | 56 | 23 |
| Octal | 244 | 14 | 34 | 0 | 135 | 123 | 44 | 542 | 126 | 43 |
| Binary | 10100100 | 1100 | 11100 | 0 | 1011101 | 1010011 | 100100 | 101100010 | 1010110 | 100011 |
Color Harmonies of #A40C1C
Complementary color
Monochromatic Colors of #A40C1C
Black with #A40C1C
Text Example
Text Example
White with #A40C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C1C; }
p { color: rgb(164,12,28); }
H1.HeaderClassName
{
color: #A40C1C;
}
.AnyTagClassName
{
color: #A40C1C;
}
</style>
background-color css
<style>
a { background-color: #A40C1C; }
a { background-color: rgb(164,12,28); }
div.DivClassName
{
background-color: #A40C1C;
}
.BgClassName
{
background-color: #A40C1C;
}
</style>
border-color css
<style>
span { border-color: #A40C1C; }
span { border-color: rgb(164,12,28); }
td.TdClassName
{
border-color: #A40C1C;
}
.TagClassName
{
border-color: #A40C1C;
}
</style>