Shades of Carmine #A00127
Tints of Carmine #A00127
RGB
CMYK
RGB Variations
Color information
#A00127 (or 0xA00127) is known color: Carmine. HEX triplet: A0, 01 and 27. RGB value is (160,1,39). Sum of RGB (Red+Green+Blue) = 160+1+39=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A00127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00127 is #5FFED8. Grayscale: #343434. Windows color (decimal): -6291161 or 2556320. OLE color: 2556320.
HSL color Cylindrical-coordinate representation of color #A00127: hue angle of 345.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00127 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.37 |
| HSL | 345.66º | 0.99% | 0.32% | - |
| HSV(B) | 345.66º | 0.99% | 0.63% | - |
| XYZ | 14.87 | 7.64 | 2.61 | - |
| YUV | 52.87 | 120.18 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 39 | 0 | 0.99 | 0.76 | 0.37 | 345.66 | 0.99 | 0.32 |
| Hex | A0 | 1 | 27 | 0 | 63 | 4C | 25 | 15A | 63 | 20 |
| Octal | 240 | 1 | 47 | 0 | 143 | 114 | 45 | 532 | 143 | 40 |
| Binary | 10100000 | 1 | 100111 | 0 | 1100011 | 1001100 | 100101 | 101011010 | 1100011 | 100000 |
Color Harmonies of #A00127
Complementary color
Monochromatic Colors of #A00127
Black with #A00127
Text Example
Text Example
White with #A00127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00127; }
p { color: rgb(160,1,39); }
H1.HeaderClassName
{
color: #A00127;
}
.AnyTagClassName
{
color: #A00127;
}
</style>
background-color css
<style>
a { background-color: #A00127; }
a { background-color: rgb(160,1,39); }
div.DivClassName
{
background-color: #A00127;
}
.BgClassName
{
background-color: #A00127;
}
</style>
border-color css
<style>
span { border-color: #A00127; }
span { border-color: rgb(160,1,39); }
td.TdClassName
{
border-color: #A00127;
}
.TagClassName
{
border-color: #A00127;
}
</style>