Shades of Carmine #A1111B
Tints of Carmine #A1111B
RGB
CMYK
RGB Variations
Color information
#A1111B (or 0xA1111B) is known color: Carmine. HEX triplet: A1, 11 and 1B. RGB value is (161,17,27). Sum of RGB (Red+Green+Blue) = 161+17+27=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A1111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1111B is #5EEEE4. Grayscale: #3D3D3D. Windows color (decimal): -6221541 or 1773985. OLE color: 1773985.
HSL color Cylindrical-coordinate representation of color #A1111B: hue angle of 355.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1111B is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 27 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.37 |
| HSL | 355.83º | 0.81% | 0.35% | - |
| HSV(B) | 355.83º | 0.89% | 0.63% | - |
| XYZ | 15.1 | 8.06 | 1.8 | - |
| YUV | 61.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 27 | 0 | 0.89 | 0.83 | 0.37 | 355.83 | 0.81 | 0.35 |
| Hex | A1 | 11 | 1B | 0 | 59 | 53 | 25 | 164 | 51 | 23 |
| Octal | 241 | 21 | 33 | 0 | 131 | 123 | 45 | 544 | 121 | 43 |
| Binary | 10100001 | 10001 | 11011 | 0 | 1011001 | 1010011 | 100101 | 101100100 | 1010001 | 100011 |
Color Harmonies of #A1111B
Complementary color
Monochromatic Colors of #A1111B
Black with #A1111B
Text Example
Text Example
White with #A1111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1111B; }
p { color: rgb(161,17,27); }
H1.HeaderClassName
{
color: #A1111B;
}
.AnyTagClassName
{
color: #A1111B;
}
</style>
background-color css
<style>
a { background-color: #A1111B; }
a { background-color: rgb(161,17,27); }
div.DivClassName
{
background-color: #A1111B;
}
.BgClassName
{
background-color: #A1111B;
}
</style>
border-color css
<style>
span { border-color: #A1111B; }
span { border-color: rgb(161,17,27); }
td.TdClassName
{
border-color: #A1111B;
}
.TagClassName
{
border-color: #A1111B;
}
</style>