Shades of Carmine #A40027
Tints of Carmine #A40027
RGB
CMYK
RGB Variations
Color information
#A40027 (or 0xA40027) is known color: Carmine. HEX triplet: A4, 00 and 27. RGB value is (164,0,39). Sum of RGB (Red+Green+Blue) = 164+0+39=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A40027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40027 is #5BFFD8. Grayscale: #353535. Windows color (decimal): -6029273 or 2556068. OLE color: 2556068.
HSL color Cylindrical-coordinate representation of color #A40027: hue angle of 345.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40027 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.76 | 0.36 |
| HSL | 345.73º | 1% | 0.32% | - |
| HSV(B) | 345.73º | 1% | 0.64% | - |
| XYZ | 15.68 | 8.04 | 2.64 | - |
| YUV | 53.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 39 | 0 | 1 | 0.76 | 0.36 | 345.73 | 1 | 0.32 |
| Hex | A4 | 0 | 27 | 0 | 64 | 4C | 24 | 15A | 64 | 20 |
| Octal | 244 | 0 | 47 | 0 | 144 | 114 | 44 | 532 | 144 | 40 |
| Binary | 10100100 | 0 | 100111 | 0 | 1100100 | 1001100 | 100100 | 101011010 | 1100100 | 100000 |
Color Harmonies of #A40027
Complementary color
Monochromatic Colors of #A40027
Black with #A40027
Text Example
Text Example
White with #A40027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40027; }
p { color: rgb(164,0,39); }
H1.HeaderClassName
{
color: #A40027;
}
.AnyTagClassName
{
color: #A40027;
}
</style>
background-color css
<style>
a { background-color: #A40027; }
a { background-color: rgb(164,0,39); }
div.DivClassName
{
background-color: #A40027;
}
.BgClassName
{
background-color: #A40027;
}
</style>
border-color css
<style>
span { border-color: #A40027; }
span { border-color: rgb(164,0,39); }
td.TdClassName
{
border-color: #A40027;
}
.TagClassName
{
border-color: #A40027;
}
</style>