Shades of Carmine #A1111D
Tints of Carmine #A1111D
RGB
CMYK
RGB Variations
Color information
#A1111D (or 0xA1111D) is known color: Carmine. HEX triplet: A1, 11 and 1D. RGB value is (161,17,29). Sum of RGB (Red+Green+Blue) = 161+17+29=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1111D is #5EEEE2. Grayscale: #3D3D3D. Windows color (decimal): -6221539 or 1905057. OLE color: 1905057.
HSL color Cylindrical-coordinate representation of color #A1111D: hue angle of 355º 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 #A1111D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 29 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.37 |
| HSL | 355º | 0.81% | 0.35% | - |
| HSV(B) | 355º | 0.89% | 0.63% | - |
| XYZ | 15.12 | 8.07 | 1.92 | - |
| YUV | 61.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 29 | 0 | 0.89 | 0.82 | 0.37 | 355 | 0.81 | 0.35 |
| Hex | A1 | 11 | 1D | 0 | 59 | 52 | 25 | 163 | 51 | 23 |
| Octal | 241 | 21 | 35 | 0 | 131 | 122 | 45 | 543 | 121 | 43 |
| Binary | 10100001 | 10001 | 11101 | 0 | 1011001 | 1010010 | 100101 | 101100011 | 1010001 | 100011 |
Color Harmonies of #A1111D
Complementary color
Monochromatic Colors of #A1111D
Black with #A1111D
Text Example
Text Example
White with #A1111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1111D; }
p { color: rgb(161,17,29); }
H1.HeaderClassName
{
color: #A1111D;
}
.AnyTagClassName
{
color: #A1111D;
}
</style>
background-color css
<style>
a { background-color: #A1111D; }
a { background-color: rgb(161,17,29); }
div.DivClassName
{
background-color: #A1111D;
}
.BgClassName
{
background-color: #A1111D;
}
</style>
border-color css
<style>
span { border-color: #A1111D; }
span { border-color: rgb(161,17,29); }
td.TdClassName
{
border-color: #A1111D;
}
.TagClassName
{
border-color: #A1111D;
}
</style>