Shades of Carmine #A1111C
Tints of Carmine #A1111C
RGB
CMYK
RGB Variations
Color information
#A1111C (or 0xA1111C) is known color: Carmine. HEX triplet: A1, 11 and 1C. RGB value is (161,17,28). Sum of RGB (Red+Green+Blue) = 161+17+28=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1111C is #5EEEE3. Grayscale: #3D3D3D. Windows color (decimal): -6221540 or 1839521. OLE color: 1839521.
HSL color Cylindrical-coordinate representation of color #A1111C: hue angle of 355.42º 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 #A1111C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 28 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.37 |
| HSL | 355.42º | 0.81% | 0.35% | - |
| HSV(B) | 355.42º | 0.89% | 0.63% | - |
| XYZ | 15.11 | 8.06 | 1.86 | - |
| YUV | 61.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 28 | 0 | 0.89 | 0.83 | 0.37 | 355.42 | 0.81 | 0.35 |
| Hex | A1 | 11 | 1C | 0 | 59 | 53 | 25 | 163 | 51 | 23 |
| Octal | 241 | 21 | 34 | 0 | 131 | 123 | 45 | 543 | 121 | 43 |
| Binary | 10100001 | 10001 | 11100 | 0 | 1011001 | 1010011 | 100101 | 101100011 | 1010001 | 100011 |
Color Harmonies of #A1111C
Complementary color
Monochromatic Colors of #A1111C
Black with #A1111C
Text Example
Text Example
White with #A1111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1111C; }
p { color: rgb(161,17,28); }
H1.HeaderClassName
{
color: #A1111C;
}
.AnyTagClassName
{
color: #A1111C;
}
</style>
background-color css
<style>
a { background-color: #A1111C; }
a { background-color: rgb(161,17,28); }
div.DivClassName
{
background-color: #A1111C;
}
.BgClassName
{
background-color: #A1111C;
}
</style>
border-color css
<style>
span { border-color: #A1111C; }
span { border-color: rgb(161,17,28); }
td.TdClassName
{
border-color: #A1111C;
}
.TagClassName
{
border-color: #A1111C;
}
</style>