Shades of Carmine #A00B28
Tints of Carmine #A00B28
RGB
CMYK
RGB Variations
Color information
#A00B28 (or 0xA00B28) is known color: Carmine. HEX triplet: A0, 0B and 28. RGB value is (160,11,40). Sum of RGB (Red+Green+Blue) = 160+11+40=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B28 is #5FF4D7. Grayscale: #3A3A3A. Windows color (decimal): -6288600 or 2624416. OLE color: 2624416.
HSL color Cylindrical-coordinate representation of color #A00B28: hue angle of 348.32º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B28 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 40 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.37 |
| HSL | 348.32º | 0.87% | 0.34% | - |
| HSV(B) | 348.32º | 0.93% | 0.63% | - |
| XYZ | 15 | 7.87 | 2.74 | - |
| YUV | 58.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 40 | 0 | 0.93 | 0.75 | 0.37 | 348.32 | 0.87 | 0.34 |
| Hex | A0 | B | 28 | 0 | 5D | 4B | 25 | 15C | 57 | 22 |
| Octal | 240 | 13 | 50 | 0 | 135 | 113 | 45 | 534 | 127 | 42 |
| Binary | 10100000 | 1011 | 101000 | 0 | 1011101 | 1001011 | 100101 | 101011100 | 1010111 | 100010 |
Color Harmonies of #A00B28
Complementary color
Monochromatic Colors of #A00B28
Black with #A00B28
Text Example
Text Example
White with #A00B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B28; }
p { color: rgb(160,11,40); }
H1.HeaderClassName
{
color: #A00B28;
}
.AnyTagClassName
{
color: #A00B28;
}
</style>
background-color css
<style>
a { background-color: #A00B28; }
a { background-color: rgb(160,11,40); }
div.DivClassName
{
background-color: #A00B28;
}
.BgClassName
{
background-color: #A00B28;
}
</style>
border-color css
<style>
span { border-color: #A00B28; }
span { border-color: rgb(160,11,40); }
td.TdClassName
{
border-color: #A00B28;
}
.TagClassName
{
border-color: #A00B28;
}
</style>