Shades of Carmine #A00D28
Tints of Carmine #A00D28
RGB
CMYK
RGB Variations
Color information
#A00D28 (or 0xA00D28) is known color: Carmine. HEX triplet: A0, 0D and 28. RGB value is (160,13,40). Sum of RGB (Red+Green+Blue) = 160+13+40=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D28 is #5FF2D7. Grayscale: #3C3C3C. Windows color (decimal): -6288088 or 2624928. OLE color: 2624928.
HSL color Cylindrical-coordinate representation of color #A00D28: hue angle of 348.98º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D28 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 40 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.37 |
| HSL | 348.98º | 0.85% | 0.34% | - |
| HSV(B) | 348.98º | 0.92% | 0.63% | - |
| XYZ | 15.02 | 7.91 | 2.74 | - |
| YUV | 60.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 40 | 0 | 0.92 | 0.75 | 0.37 | 348.98 | 0.85 | 0.34 |
| Hex | A0 | D | 28 | 0 | 5C | 4B | 25 | 15D | 55 | 22 |
| Octal | 240 | 15 | 50 | 0 | 134 | 113 | 45 | 535 | 125 | 42 |
| Binary | 10100000 | 1101 | 101000 | 0 | 1011100 | 1001011 | 100101 | 101011101 | 1010101 | 100010 |
Color Harmonies of #A00D28
Complementary color
Monochromatic Colors of #A00D28
Black with #A00D28
Text Example
Text Example
White with #A00D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D28; }
p { color: rgb(160,13,40); }
H1.HeaderClassName
{
color: #A00D28;
}
.AnyTagClassName
{
color: #A00D28;
}
</style>
background-color css
<style>
a { background-color: #A00D28; }
a { background-color: rgb(160,13,40); }
div.DivClassName
{
background-color: #A00D28;
}
.BgClassName
{
background-color: #A00D28;
}
</style>
border-color css
<style>
span { border-color: #A00D28; }
span { border-color: rgb(160,13,40); }
td.TdClassName
{
border-color: #A00D28;
}
.TagClassName
{
border-color: #A00D28;
}
</style>