Shades of Carmine #A00918
Tints of Carmine #A00918
RGB
CMYK
RGB Variations
Color information
#A00918 (or 0xA00918) is known color: Carmine. HEX triplet: A0, 09 and 18. RGB value is (160,9,24). Sum of RGB (Red+Green+Blue) = 160+9+24=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A00918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00918 is #5FF6E7. Grayscale: #373737. Windows color (decimal): -6289128 or 1575328. OLE color: 1575328.
HSL color Cylindrical-coordinate representation of color #A00918: hue angle of 354.04º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00918 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 24 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.37 |
| HSL | 354.04º | 0.89% | 0.33% | - |
| HSV(B) | 354.04º | 0.94% | 0.63% | - |
| XYZ | 14.76 | 7.73 | 1.58 | - |
| YUV | 55.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 24 | 0 | 0.94 | 0.85 | 0.37 | 354.04 | 0.89 | 0.33 |
| Hex | A0 | 9 | 18 | 0 | 5E | 55 | 25 | 162 | 59 | 21 |
| Octal | 240 | 11 | 30 | 0 | 136 | 125 | 45 | 542 | 131 | 41 |
| Binary | 10100000 | 1001 | 11000 | 0 | 1011110 | 1010101 | 100101 | 101100010 | 1011001 | 100001 |
Color Harmonies of #A00918
Complementary color
Monochromatic Colors of #A00918
Black with #A00918
Text Example
Text Example
White with #A00918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00918; }
p { color: rgb(160,9,24); }
H1.HeaderClassName
{
color: #A00918;
}
.AnyTagClassName
{
color: #A00918;
}
</style>
background-color css
<style>
a { background-color: #A00918; }
a { background-color: rgb(160,9,24); }
div.DivClassName
{
background-color: #A00918;
}
.BgClassName
{
background-color: #A00918;
}
</style>
border-color css
<style>
span { border-color: #A00918; }
span { border-color: rgb(160,9,24); }
td.TdClassName
{
border-color: #A00918;
}
.TagClassName
{
border-color: #A00918;
}
</style>