Shades of Carmine #A00F29
Tints of Carmine #A00F29
RGB
CMYK
RGB Variations
Color information
#A00F29 (or 0xA00F29) is known color: Carmine. HEX triplet: A0, 0F and 29. RGB value is (160,15,41). Sum of RGB (Red+Green+Blue) = 160+15+41=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F29 is #5FF0D6. Grayscale: #3D3D3D. Windows color (decimal): -6287575 or 2690976. OLE color: 2690976.
HSL color Cylindrical-coordinate representation of color #A00F29: hue angle of 349.24º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F29 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 41 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.37 |
| HSL | 349.24º | 0.83% | 0.34% | - |
| HSV(B) | 349.24º | 0.91% | 0.63% | - |
| XYZ | 15.07 | 7.98 | 2.84 | - |
| YUV | 61.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 41 | 0 | 0.91 | 0.74 | 0.37 | 349.24 | 0.83 | 0.34 |
| Hex | A0 | F | 29 | 0 | 5B | 4A | 25 | 15D | 53 | 22 |
| Octal | 240 | 17 | 51 | 0 | 133 | 112 | 45 | 535 | 123 | 42 |
| Binary | 10100000 | 1111 | 101001 | 0 | 1011011 | 1001010 | 100101 | 101011101 | 1010011 | 100010 |
Color Harmonies of #A00F29
Complementary color
Monochromatic Colors of #A00F29
Black with #A00F29
Text Example
Text Example
White with #A00F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F29; }
p { color: rgb(160,15,41); }
H1.HeaderClassName
{
color: #A00F29;
}
.AnyTagClassName
{
color: #A00F29;
}
</style>
background-color css
<style>
a { background-color: #A00F29; }
a { background-color: rgb(160,15,41); }
div.DivClassName
{
background-color: #A00F29;
}
.BgClassName
{
background-color: #A00F29;
}
</style>
border-color css
<style>
span { border-color: #A00F29; }
span { border-color: rgb(160,15,41); }
td.TdClassName
{
border-color: #A00F29;
}
.TagClassName
{
border-color: #A00F29;
}
</style>