Shades of Carmine #A00F27
Tints of Carmine #A00F27
RGB
CMYK
RGB Variations
Color information
#A00F27 (or 0xA00F27) is known color: Carmine. HEX triplet: A0, 0F and 27. RGB value is (160,15,39). Sum of RGB (Red+Green+Blue) = 160+15+39=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F27 is #5FF0D8. Grayscale: #3D3D3D. Windows color (decimal): -6287577 or 2559904. OLE color: 2559904.
HSL color Cylindrical-coordinate representation of color #A00F27: hue angle of 350.07º 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 #A00F27 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 39 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.37 |
| HSL | 350.07º | 0.83% | 0.34% | - |
| HSV(B) | 350.07º | 0.91% | 0.63% | - |
| XYZ | 15.03 | 7.96 | 2.66 | - |
| YUV | 61.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 39 | 0 | 0.91 | 0.76 | 0.37 | 350.07 | 0.83 | 0.34 |
| Hex | A0 | F | 27 | 0 | 5B | 4C | 25 | 15E | 53 | 22 |
| Octal | 240 | 17 | 47 | 0 | 133 | 114 | 45 | 536 | 123 | 42 |
| Binary | 10100000 | 1111 | 100111 | 0 | 1011011 | 1001100 | 100101 | 101011110 | 1010011 | 100010 |
Color Harmonies of #A00F27
Complementary color
Monochromatic Colors of #A00F27
Black with #A00F27
Text Example
Text Example
White with #A00F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F27; }
p { color: rgb(160,15,39); }
H1.HeaderClassName
{
color: #A00F27;
}
.AnyTagClassName
{
color: #A00F27;
}
</style>
background-color css
<style>
a { background-color: #A00F27; }
a { background-color: rgb(160,15,39); }
div.DivClassName
{
background-color: #A00F27;
}
.BgClassName
{
background-color: #A00F27;
}
</style>
border-color css
<style>
span { border-color: #A00F27; }
span { border-color: rgb(160,15,39); }
td.TdClassName
{
border-color: #A00F27;
}
.TagClassName
{
border-color: #A00F27;
}
</style>