Shades of Carmine #A0151B
Tints of Carmine #A0151B
RGB
CMYK
RGB Variations
Color information
#A0151B (or 0xA0151B) is known color: Carmine. HEX triplet: A0, 15 and 1B. RGB value is (160,21,27). Sum of RGB (Red+Green+Blue) = 160+21+27=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0151B is #5FEAE4. Grayscale: #3F3F3F. Windows color (decimal): -6286053 or 1775008. OLE color: 1775008.
HSL color Cylindrical-coordinate representation of color #A0151B: hue angle of 357.41º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0151B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 27 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.37 |
| HSL | 357.41º | 0.77% | 0.35% | - |
| HSV(B) | 357.41º | 0.87% | 0.63% | - |
| XYZ | 14.96 | 8.09 | 1.81 | - |
| YUV | 63.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 27 | 0 | 0.87 | 0.83 | 0.37 | 357.41 | 0.77 | 0.35 |
| Hex | A0 | 15 | 1B | 0 | 57 | 53 | 25 | 165 | 4D | 23 |
| Octal | 240 | 25 | 33 | 0 | 127 | 123 | 45 | 545 | 115 | 43 |
| Binary | 10100000 | 10101 | 11011 | 0 | 1010111 | 1010011 | 100101 | 101100101 | 1001101 | 100011 |
Color Harmonies of #A0151B
Complementary color
Monochromatic Colors of #A0151B
Black with #A0151B
Text Example
Text Example
White with #A0151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0151B; }
p { color: rgb(160,21,27); }
H1.HeaderClassName
{
color: #A0151B;
}
.AnyTagClassName
{
color: #A0151B;
}
</style>
background-color css
<style>
a { background-color: #A0151B; }
a { background-color: rgb(160,21,27); }
div.DivClassName
{
background-color: #A0151B;
}
.BgClassName
{
background-color: #A0151B;
}
</style>
border-color css
<style>
span { border-color: #A0151B; }
span { border-color: rgb(160,21,27); }
td.TdClassName
{
border-color: #A0151B;
}
.TagClassName
{
border-color: #A0151B;
}
</style>