Shades of Carmine #A91018
Tints of Carmine #A91018
RGB
CMYK
RGB Variations
Color information
#A91018 (or 0xA91018) is known color: Carmine. HEX triplet: A9, 10 and 18. RGB value is (169,16,24). Sum of RGB (Red+Green+Blue) = 169+16+24=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A91018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91018 is #56EFE7. Grayscale: #3E3E3E. Windows color (decimal): -5697512 or 1577129. OLE color: 1577129.
HSL color Cylindrical-coordinate representation of color #A91018: hue angle of 356.86º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91018 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 24 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.34 |
| HSL | 356.86º | 0.83% | 0.36% | - |
| HSV(B) | 356.86º | 0.91% | 0.66% | - |
| XYZ | 16.71 | 8.87 | 1.7 | - |
| YUV | 62.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 24 | 0 | 0.91 | 0.86 | 0.34 | 356.86 | 0.83 | 0.36 |
| Hex | A9 | 10 | 18 | 0 | 5B | 56 | 22 | 165 | 53 | 24 |
| Octal | 251 | 20 | 30 | 0 | 133 | 126 | 42 | 545 | 123 | 44 |
| Binary | 10101001 | 10000 | 11000 | 0 | 1011011 | 1010110 | 100010 | 101100101 | 1010011 | 100100 |
Color Harmonies of #A91018
Complementary color
Monochromatic Colors of #A91018
Black with #A91018
Text Example
Text Example
White with #A91018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91018; }
p { color: rgb(169,16,24); }
H1.HeaderClassName
{
color: #A91018;
}
.AnyTagClassName
{
color: #A91018;
}
</style>
background-color css
<style>
a { background-color: #A91018; }
a { background-color: rgb(169,16,24); }
div.DivClassName
{
background-color: #A91018;
}
.BgClassName
{
background-color: #A91018;
}
</style>
border-color css
<style>
span { border-color: #A91018; }
span { border-color: rgb(169,16,24); }
td.TdClassName
{
border-color: #A91018;
}
.TagClassName
{
border-color: #A91018;
}
</style>