Shades of Carmine #A0051F
Tints of Carmine #A0051F
RGB
CMYK
RGB Variations
Color information
#A0051F (or 0xA0051F) is known color: Carmine. HEX triplet: A0, 05 and 1F. RGB value is (160,5,31). Sum of RGB (Red+Green+Blue) = 160+5+31=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A0051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0051F is #5FFAE0. Grayscale: #363636. Windows color (decimal): -6290145 or 2033056. OLE color: 2033056.
HSL color Cylindrical-coordinate representation of color #A0051F: hue angle of 349.94º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0051F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.37 |
| HSL | 349.94º | 0.94% | 0.32% | - |
| HSV(B) | 349.94º | 0.97% | 0.63% | - |
| XYZ | 14.8 | 7.68 | 2 | - |
| YUV | 54.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 31 | 0 | 0.97 | 0.81 | 0.37 | 349.94 | 0.94 | 0.32 |
| Hex | A0 | 5 | 1F | 0 | 61 | 51 | 25 | 15E | 5E | 20 |
| Octal | 240 | 5 | 37 | 0 | 141 | 121 | 45 | 536 | 136 | 40 |
| Binary | 10100000 | 101 | 11111 | 0 | 1100001 | 1010001 | 100101 | 101011110 | 1011110 | 100000 |
Color Harmonies of #A0051F
Complementary color
Monochromatic Colors of #A0051F
Black with #A0051F
Text Example
Text Example
White with #A0051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0051F; }
p { color: rgb(160,5,31); }
H1.HeaderClassName
{
color: #A0051F;
}
.AnyTagClassName
{
color: #A0051F;
}
</style>
background-color css
<style>
a { background-color: #A0051F; }
a { background-color: rgb(160,5,31); }
div.DivClassName
{
background-color: #A0051F;
}
.BgClassName
{
background-color: #A0051F;
}
</style>
border-color css
<style>
span { border-color: #A0051F; }
span { border-color: rgb(160,5,31); }
td.TdClassName
{
border-color: #A0051F;
}
.TagClassName
{
border-color: #A0051F;
}
</style>