Shades of Carmine #A40127
Tints of Carmine #A40127
RGB
CMYK
RGB Variations
Color information
#A40127 (or 0xA40127) is known color: Carmine. HEX triplet: A4, 01 and 27. RGB value is (164,1,39). Sum of RGB (Red+Green+Blue) = 164+1+39=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A40127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40127 is #5BFED8. Grayscale: #363636. Windows color (decimal): -6029017 or 2556324. OLE color: 2556324.
HSL color Cylindrical-coordinate representation of color #A40127: hue angle of 346.01º 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 #A40127 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.36 |
| HSL | 346.01º | 0.99% | 0.32% | - |
| HSV(B) | 346.01º | 0.99% | 0.64% | - |
| XYZ | 15.69 | 8.06 | 2.65 | - |
| YUV | 54.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 39 | 0 | 0.99 | 0.76 | 0.36 | 346.01 | 0.99 | 0.32 |
| Hex | A4 | 1 | 27 | 0 | 63 | 4C | 24 | 15A | 63 | 20 |
| Octal | 244 | 1 | 47 | 0 | 143 | 114 | 44 | 532 | 143 | 40 |
| Binary | 10100100 | 1 | 100111 | 0 | 1100011 | 1001100 | 100100 | 101011010 | 1100011 | 100000 |
Color Harmonies of #A40127
Complementary color
Monochromatic Colors of #A40127
Black with #A40127
Text Example
Text Example
White with #A40127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40127; }
p { color: rgb(164,1,39); }
H1.HeaderClassName
{
color: #A40127;
}
.AnyTagClassName
{
color: #A40127;
}
</style>
background-color css
<style>
a { background-color: #A40127; }
a { background-color: rgb(164,1,39); }
div.DivClassName
{
background-color: #A40127;
}
.BgClassName
{
background-color: #A40127;
}
</style>
border-color css
<style>
span { border-color: #A40127; }
span { border-color: rgb(164,1,39); }
td.TdClassName
{
border-color: #A40127;
}
.TagClassName
{
border-color: #A40127;
}
</style>