Shades of Carmine #A0012F
Tints of Carmine #A0012F
RGB
CMYK
RGB Variations
Color information
#A0012F (or 0xA0012F) is known color: Carmine. HEX triplet: A0, 01 and 2F. RGB value is (160,1,47). Sum of RGB (Red+Green+Blue) = 160+1+47=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0012F is #5FFED0. Grayscale: #353535. Windows color (decimal): -6291153 or 3080608. OLE color: 3080608.
HSL color Cylindrical-coordinate representation of color #A0012F: hue angle of 342.64º 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 #A0012F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.37 |
| HSL | 342.64º | 0.99% | 0.32% | - |
| HSV(B) | 342.64º | 0.99% | 0.63% | - |
| XYZ | 15.02 | 7.7 | 3.38 | - |
| YUV | 53.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 47 | 0 | 0.99 | 0.71 | 0.37 | 342.64 | 0.99 | 0.32 |
| Hex | A0 | 1 | 2F | 0 | 63 | 47 | 25 | 157 | 63 | 20 |
| Octal | 240 | 1 | 57 | 0 | 143 | 107 | 45 | 527 | 143 | 40 |
| Binary | 10100000 | 1 | 101111 | 0 | 1100011 | 1000111 | 100101 | 101010111 | 1100011 | 100000 |
Color Harmonies of #A0012F
Complementary color
Monochromatic Colors of #A0012F
Black with #A0012F
Text Example
Text Example
White with #A0012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0012F; }
p { color: rgb(160,1,47); }
H1.HeaderClassName
{
color: #A0012F;
}
.AnyTagClassName
{
color: #A0012F;
}
</style>
background-color css
<style>
a { background-color: #A0012F; }
a { background-color: rgb(160,1,47); }
div.DivClassName
{
background-color: #A0012F;
}
.BgClassName
{
background-color: #A0012F;
}
</style>
border-color css
<style>
span { border-color: #A0012F; }
span { border-color: rgb(160,1,47); }
td.TdClassName
{
border-color: #A0012F;
}
.TagClassName
{
border-color: #A0012F;
}
</style>