Shades of Carmine #A0041B
Tints of Carmine #A0041B
RGB
CMYK
RGB Variations
Color information
#A0041B (or 0xA0041B) is known color: Carmine. HEX triplet: A0, 04 and 1B. RGB value is (160,4,27). Sum of RGB (Red+Green+Blue) = 160+4+27=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0041B is #5FFBE4. Grayscale: #353535. Windows color (decimal): -6290405 or 1770656. OLE color: 1770656.
HSL color Cylindrical-coordinate representation of color #A0041B: hue angle of 351.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0041B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.37 |
| HSL | 351.15º | 0.95% | 0.32% | - |
| HSV(B) | 351.15º | 0.98% | 0.63% | - |
| XYZ | 14.74 | 7.64 | 1.73 | - |
| YUV | 53.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 27 | 0 | 0.98 | 0.83 | 0.37 | 351.15 | 0.95 | 0.32 |
| Hex | A0 | 4 | 1B | 0 | 62 | 53 | 25 | 15F | 5F | 20 |
| Octal | 240 | 4 | 33 | 0 | 142 | 123 | 45 | 537 | 137 | 40 |
| Binary | 10100000 | 100 | 11011 | 0 | 1100010 | 1010011 | 100101 | 101011111 | 1011111 | 100000 |
Color Harmonies of #A0041B
Complementary color
Monochromatic Colors of #A0041B
Black with #A0041B
Text Example
Text Example
White with #A0041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0041B; }
p { color: rgb(160,4,27); }
H1.HeaderClassName
{
color: #A0041B;
}
.AnyTagClassName
{
color: #A0041B;
}
</style>
background-color css
<style>
a { background-color: #A0041B; }
a { background-color: rgb(160,4,27); }
div.DivClassName
{
background-color: #A0041B;
}
.BgClassName
{
background-color: #A0041B;
}
</style>
border-color css
<style>
span { border-color: #A0041B; }
span { border-color: rgb(160,4,27); }
td.TdClassName
{
border-color: #A0041B;
}
.TagClassName
{
border-color: #A0041B;
}
</style>