Shades of Carmine #A40D15
Tints of Carmine #A40D15
RGB
CMYK
RGB Variations
Color information
#A40D15 (or 0xA40D15) is known color: Carmine. HEX triplet: A4, 0D and 15. RGB value is (164,13,21). Sum of RGB (Red+Green+Blue) = 164+13+21=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40D15 is #5BF2EA. Grayscale: #3B3B3B. Windows color (decimal): -6025963 or 1379748. OLE color: 1379748.
HSL color Cylindrical-coordinate representation of color #A40D15: hue angle of 356.82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40D15 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 21 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.36 |
| HSL | 356.82º | 0.85% | 0.35% | - |
| HSV(B) | 356.82º | 0.92% | 0.64% | - |
| XYZ | 15.59 | 8.23 | 1.48 | - |
| YUV | 59.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 21 | 0 | 0.92 | 0.87 | 0.36 | 356.82 | 0.85 | 0.35 |
| Hex | A4 | D | 15 | 0 | 5C | 57 | 24 | 165 | 55 | 23 |
| Octal | 244 | 15 | 25 | 0 | 134 | 127 | 44 | 545 | 125 | 43 |
| Binary | 10100100 | 1101 | 10101 | 0 | 1011100 | 1010111 | 100100 | 101100101 | 1010101 | 100011 |
Color Harmonies of #A40D15
Complementary color
Monochromatic Colors of #A40D15
Black with #A40D15
Text Example
Text Example
White with #A40D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D15; }
p { color: rgb(164,13,21); }
H1.HeaderClassName
{
color: #A40D15;
}
.AnyTagClassName
{
color: #A40D15;
}
</style>
background-color css
<style>
a { background-color: #A40D15; }
a { background-color: rgb(164,13,21); }
div.DivClassName
{
background-color: #A40D15;
}
.BgClassName
{
background-color: #A40D15;
}
</style>
border-color css
<style>
span { border-color: #A40D15; }
span { border-color: rgb(164,13,21); }
td.TdClassName
{
border-color: #A40D15;
}
.TagClassName
{
border-color: #A40D15;
}
</style>