Shades of Carmine #A1181C
Tints of Carmine #A1181C
RGB
CMYK
RGB Variations
Color information
#A1181C (or 0xA1181C) is known color: Carmine. HEX triplet: A1, 18 and 1C. RGB value is (161,24,28). Sum of RGB (Red+Green+Blue) = 161+24+28=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A1181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1181C is #5EE7E3. Grayscale: #414141. Windows color (decimal): -6219748 or 1841313. OLE color: 1841313.
HSL color Cylindrical-coordinate representation of color #A1181C: hue angle of 358.25º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1181C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 28 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.37 |
| HSL | 358.25º | 0.74% | 0.36% | - |
| HSV(B) | 358.25º | 0.85% | 0.63% | - |
| XYZ | 15.23 | 8.31 | 1.9 | - |
| YUV | 65.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 28 | 0 | 0.85 | 0.83 | 0.37 | 358.25 | 0.74 | 0.36 |
| Hex | A1 | 18 | 1C | 0 | 55 | 53 | 25 | 166 | 4A | 24 |
| Octal | 241 | 30 | 34 | 0 | 125 | 123 | 45 | 546 | 112 | 44 |
| Binary | 10100001 | 11000 | 11100 | 0 | 1010101 | 1010011 | 100101 | 101100110 | 1001010 | 100100 |
Color Harmonies of #A1181C
Complementary color
Monochromatic Colors of #A1181C
Black with #A1181C
Text Example
Text Example
White with #A1181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1181C; }
p { color: rgb(161,24,28); }
H1.HeaderClassName
{
color: #A1181C;
}
.AnyTagClassName
{
color: #A1181C;
}
</style>
background-color css
<style>
a { background-color: #A1181C; }
a { background-color: rgb(161,24,28); }
div.DivClassName
{
background-color: #A1181C;
}
.BgClassName
{
background-color: #A1181C;
}
</style>
border-color css
<style>
span { border-color: #A1181C; }
span { border-color: rgb(161,24,28); }
td.TdClassName
{
border-color: #A1181C;
}
.TagClassName
{
border-color: #A1181C;
}
</style>