Shades of Carmine #A41521
Tints of Carmine #A41521
RGB
CMYK
RGB Variations
Color information
#A41521 (or 0xA41521) is known color: Carmine. HEX triplet: A4, 15 and 21. RGB value is (164,21,33). Sum of RGB (Red+Green+Blue) = 164+21+33=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A41521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41521 is #5BEADE. Grayscale: #414141. Windows color (decimal): -6023903 or 2168228. OLE color: 2168228.
HSL color Cylindrical-coordinate representation of color #A41521: hue angle of 354.97º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41521 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 33 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.36 |
| HSL | 354.97º | 0.77% | 0.36% | - |
| HSV(B) | 354.97º | 0.87% | 0.64% | - |
| XYZ | 15.85 | 8.54 | 2.25 | - |
| YUV | 65.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 33 | 0 | 0.87 | 0.80 | 0.36 | 354.97 | 0.77 | 0.36 |
| Hex | A4 | 15 | 21 | 0 | 57 | 50 | 24 | 163 | 4D | 24 |
| Octal | 244 | 25 | 41 | 0 | 127 | 120 | 44 | 543 | 115 | 44 |
| Binary | 10100100 | 10101 | 100001 | 0 | 1010111 | 1010000 | 100100 | 101100011 | 1001101 | 100100 |
Color Harmonies of #A41521
Complementary color
Monochromatic Colors of #A41521
Black with #A41521
Text Example
Text Example
White with #A41521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41521; }
p { color: rgb(164,21,33); }
H1.HeaderClassName
{
color: #A41521;
}
.AnyTagClassName
{
color: #A41521;
}
</style>
background-color css
<style>
a { background-color: #A41521; }
a { background-color: rgb(164,21,33); }
div.DivClassName
{
background-color: #A41521;
}
.BgClassName
{
background-color: #A41521;
}
</style>
border-color css
<style>
span { border-color: #A41521; }
span { border-color: rgb(164,21,33); }
td.TdClassName
{
border-color: #A41521;
}
.TagClassName
{
border-color: #A41521;
}
</style>