Shades of Carmine #A10127
Tints of Carmine #A10127
RGB
CMYK
RGB Variations
Color information
#A10127 (or 0xA10127) is known color: Carmine. HEX triplet: A1, 01 and 27. RGB value is (161,1,39). Sum of RGB (Red+Green+Blue) = 161+1+39=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A10127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10127 is #5EFED8. Grayscale: #353535. Windows color (decimal): -6225625 or 2556321. OLE color: 2556321.
HSL color Cylindrical-coordinate representation of color #A10127: hue angle of 345.75º 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 #A10127 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.37 |
| HSL | 345.75º | 0.99% | 0.32% | - |
| HSV(B) | 345.75º | 0.99% | 0.63% | - |
| XYZ | 15.08 | 7.75 | 2.62 | - |
| YUV | 53.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 39 | 0 | 0.99 | 0.76 | 0.37 | 345.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 27 | 0 | 63 | 4C | 25 | 15A | 63 | 20 |
| Octal | 241 | 1 | 47 | 0 | 143 | 114 | 45 | 532 | 143 | 40 |
| Binary | 10100001 | 1 | 100111 | 0 | 1100011 | 1001100 | 100101 | 101011010 | 1100011 | 100000 |
Color Harmonies of #A10127
Complementary color
Monochromatic Colors of #A10127
Black with #A10127
Text Example
Text Example
White with #A10127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10127; }
p { color: rgb(161,1,39); }
H1.HeaderClassName
{
color: #A10127;
}
.AnyTagClassName
{
color: #A10127;
}
</style>
background-color css
<style>
a { background-color: #A10127; }
a { background-color: rgb(161,1,39); }
div.DivClassName
{
background-color: #A10127;
}
.BgClassName
{
background-color: #A10127;
}
</style>
border-color css
<style>
span { border-color: #A10127; }
span { border-color: rgb(161,1,39); }
td.TdClassName
{
border-color: #A10127;
}
.TagClassName
{
border-color: #A10127;
}
</style>