Shades of Carmine #A00F15
Tints of Carmine #A00F15
RGB
CMYK
RGB Variations
Color information
#A00F15 (or 0xA00F15) is known color: Carmine. HEX triplet: A0, 0F and 15. RGB value is (160,15,21). Sum of RGB (Red+Green+Blue) = 160+15+21=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00F15 is #5FF0EA. Grayscale: #3B3B3B. Windows color (decimal): -6287595 or 1380256. OLE color: 1380256.
HSL color Cylindrical-coordinate representation of color #A00F15: hue angle of 357.52º 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 #A00F15 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 21 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.37 |
| HSL | 357.52º | 0.83% | 0.34% | - |
| HSV(B) | 357.52º | 0.91% | 0.63% | - |
| XYZ | 14.8 | 7.87 | 1.45 | - |
| YUV | 59.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 21 | 0 | 0.91 | 0.87 | 0.37 | 357.52 | 0.83 | 0.34 |
| Hex | A0 | F | 15 | 0 | 5B | 57 | 25 | 166 | 53 | 22 |
| Octal | 240 | 17 | 25 | 0 | 133 | 127 | 45 | 546 | 123 | 42 |
| Binary | 10100000 | 1111 | 10101 | 0 | 1011011 | 1010111 | 100101 | 101100110 | 1010011 | 100010 |
Color Harmonies of #A00F15
Complementary color
Monochromatic Colors of #A00F15
Black with #A00F15
Text Example
Text Example
White with #A00F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F15; }
p { color: rgb(160,15,21); }
H1.HeaderClassName
{
color: #A00F15;
}
.AnyTagClassName
{
color: #A00F15;
}
</style>
background-color css
<style>
a { background-color: #A00F15; }
a { background-color: rgb(160,15,21); }
div.DivClassName
{
background-color: #A00F15;
}
.BgClassName
{
background-color: #A00F15;
}
</style>
border-color css
<style>
span { border-color: #A00F15; }
span { border-color: rgb(160,15,21); }
td.TdClassName
{
border-color: #A00F15;
}
.TagClassName
{
border-color: #A00F15;
}
</style>