Shades of Carmine #A11618
Tints of Carmine #A11618
RGB
CMYK
RGB Variations
Color information
#A11618 (or 0xA11618) is known color: Carmine. HEX triplet: A1, 16 and 18. RGB value is (161,22,24). Sum of RGB (Red+Green+Blue) = 161+22+24=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11618 is #5EE9E7. Grayscale: #3F3F3F. Windows color (decimal): -6220264 or 1578657. OLE color: 1578657.
HSL color Cylindrical-coordinate representation of color #A11618: hue angle of 359.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11618 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 24 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.37 |
| HSL | 359.14º | 0.76% | 0.36% | - |
| HSV(B) | 359.14º | 0.86% | 0.63% | - |
| XYZ | 15.15 | 8.22 | 1.65 | - |
| YUV | 63.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 24 | 0 | 0.86 | 0.85 | 0.37 | 359.14 | 0.76 | 0.36 |
| Hex | A1 | 16 | 18 | 0 | 56 | 55 | 25 | 167 | 4C | 24 |
| Octal | 241 | 26 | 30 | 0 | 126 | 125 | 45 | 547 | 114 | 44 |
| Binary | 10100001 | 10110 | 11000 | 0 | 1010110 | 1010101 | 100101 | 101100111 | 1001100 | 100100 |
Color Harmonies of #A11618
Complementary color
Monochromatic Colors of #A11618
Black with #A11618
Text Example
Text Example
White with #A11618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11618; }
p { color: rgb(161,22,24); }
H1.HeaderClassName
{
color: #A11618;
}
.AnyTagClassName
{
color: #A11618;
}
</style>
background-color css
<style>
a { background-color: #A11618; }
a { background-color: rgb(161,22,24); }
div.DivClassName
{
background-color: #A11618;
}
.BgClassName
{
background-color: #A11618;
}
</style>
border-color css
<style>
span { border-color: #A11618; }
span { border-color: rgb(161,22,24); }
td.TdClassName
{
border-color: #A11618;
}
.TagClassName
{
border-color: #A11618;
}
</style>