Shades of Carmine #A11521
Tints of Carmine #A11521
RGB
CMYK
RGB Variations
Color information
#A11521 (or 0xA11521) is known color: Carmine. HEX triplet: A1, 15 and 21. RGB value is (161,21,33). Sum of RGB (Red+Green+Blue) = 161+21+33=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A11521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11521 is #5EEADE. Grayscale: #404040. Windows color (decimal): -6220511 or 2168225. OLE color: 2168225.
HSL color Cylindrical-coordinate representation of color #A11521: hue angle of 354.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11521 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 33 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.37 |
| HSL | 354.86º | 0.77% | 0.36% | - |
| HSV(B) | 354.86º | 0.87% | 0.63% | - |
| XYZ | 15.24 | 8.22 | 2.22 | - |
| YUV | 64.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 33 | 0 | 0.87 | 0.80 | 0.37 | 354.86 | 0.77 | 0.36 |
| Hex | A1 | 15 | 21 | 0 | 57 | 50 | 25 | 163 | 4D | 24 |
| Octal | 241 | 25 | 41 | 0 | 127 | 120 | 45 | 543 | 115 | 44 |
| Binary | 10100001 | 10101 | 100001 | 0 | 1010111 | 1010000 | 100101 | 101100011 | 1001101 | 100100 |
Color Harmonies of #A11521
Complementary color
Monochromatic Colors of #A11521
Black with #A11521
Text Example
Text Example
White with #A11521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11521; }
p { color: rgb(161,21,33); }
H1.HeaderClassName
{
color: #A11521;
}
.AnyTagClassName
{
color: #A11521;
}
</style>
background-color css
<style>
a { background-color: #A11521; }
a { background-color: rgb(161,21,33); }
div.DivClassName
{
background-color: #A11521;
}
.BgClassName
{
background-color: #A11521;
}
</style>
border-color css
<style>
span { border-color: #A11521; }
span { border-color: rgb(161,21,33); }
td.TdClassName
{
border-color: #A11521;
}
.TagClassName
{
border-color: #A11521;
}
</style>