Shades of Carmine #A0011F
Tints of Carmine #A0011F
RGB
CMYK
RGB Variations
Color information
#A0011F (or 0xA0011F) is known color: Carmine. HEX triplet: A0, 01 and 1F. RGB value is (160,1,31). Sum of RGB (Red+Green+Blue) = 160+1+31=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0011F is #5FFEE0. Grayscale: #343434. Windows color (decimal): -6291169 or 2032032. OLE color: 2032032.
HSL color Cylindrical-coordinate representation of color #A0011F: hue angle of 348.68º 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 #A0011F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.37 |
| HSL | 348.68º | 0.99% | 0.32% | - |
| HSV(B) | 348.68º | 0.99% | 0.63% | - |
| XYZ | 14.76 | 7.59 | 1.98 | - |
| YUV | 51.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 31 | 0 | 0.99 | 0.81 | 0.37 | 348.68 | 0.99 | 0.32 |
| Hex | A0 | 1 | 1F | 0 | 63 | 51 | 25 | 15D | 63 | 20 |
| Octal | 240 | 1 | 37 | 0 | 143 | 121 | 45 | 535 | 143 | 40 |
| Binary | 10100000 | 1 | 11111 | 0 | 1100011 | 1010001 | 100101 | 101011101 | 1100011 | 100000 |
Color Harmonies of #A0011F
Complementary color
Monochromatic Colors of #A0011F
Black with #A0011F
Text Example
Text Example
White with #A0011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0011F; }
p { color: rgb(160,1,31); }
H1.HeaderClassName
{
color: #A0011F;
}
.AnyTagClassName
{
color: #A0011F;
}
</style>
background-color css
<style>
a { background-color: #A0011F; }
a { background-color: rgb(160,1,31); }
div.DivClassName
{
background-color: #A0011F;
}
.BgClassName
{
background-color: #A0011F;
}
</style>
border-color css
<style>
span { border-color: #A0011F; }
span { border-color: rgb(160,1,31); }
td.TdClassName
{
border-color: #A0011F;
}
.TagClassName
{
border-color: #A0011F;
}
</style>