Shades of Carmine #A40136
Tints of Carmine #A40136
RGB
CMYK
RGB Variations
Color information
#A40136 (or 0xA40136) is known color: Carmine. HEX triplet: A4, 01 and 36. RGB value is (164,1,54). Sum of RGB (Red+Green+Blue) = 164+1+54=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A40136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40136 is #5BFEC9. Grayscale: #373737. Windows color (decimal): -6029002 or 3539364. OLE color: 3539364.
HSL color Cylindrical-coordinate representation of color #A40136: hue angle of 340.49º 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 #A40136 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.36 |
| HSL | 340.49º | 0.99% | 0.32% | - |
| HSV(B) | 340.49º | 0.99% | 0.64% | - |
| XYZ | 15.99 | 8.18 | 4.23 | - |
| YUV | 55.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 54 | 0 | 0.99 | 0.67 | 0.36 | 340.49 | 0.99 | 0.32 |
| Hex | A4 | 1 | 36 | 0 | 63 | 43 | 24 | 154 | 63 | 20 |
| Octal | 244 | 1 | 66 | 0 | 143 | 103 | 44 | 524 | 143 | 40 |
| Binary | 10100100 | 1 | 110110 | 0 | 1100011 | 1000011 | 100100 | 101010100 | 1100011 | 100000 |
Color Harmonies of #A40136
Complementary color
Monochromatic Colors of #A40136
Black with #A40136
Text Example
Text Example
White with #A40136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40136; }
p { color: rgb(164,1,54); }
H1.HeaderClassName
{
color: #A40136;
}
.AnyTagClassName
{
color: #A40136;
}
</style>
background-color css
<style>
a { background-color: #A40136; }
a { background-color: rgb(164,1,54); }
div.DivClassName
{
background-color: #A40136;
}
.BgClassName
{
background-color: #A40136;
}
</style>
border-color css
<style>
span { border-color: #A40136; }
span { border-color: rgb(164,1,54); }
td.TdClassName
{
border-color: #A40136;
}
.TagClassName
{
border-color: #A40136;
}
</style>