Shades of Carmine #A41021
Tints of Carmine #A41021
RGB
CMYK
RGB Variations
Color information
#A41021 (or 0xA41021) is known color: Carmine. HEX triplet: A4, 10 and 21. RGB value is (164,16,33). Sum of RGB (Red+Green+Blue) = 164+16+33=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41021 is #5BEFDE. Grayscale: #3E3E3E. Windows color (decimal): -6025183 or 2166948. OLE color: 2166948.
HSL color Cylindrical-coordinate representation of color #A41021: hue angle of 353.11º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41021 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 33 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.36 |
| HSL | 353.11º | 0.82% | 0.35% | - |
| HSV(B) | 353.11º | 0.9% | 0.64% | - |
| XYZ | 15.77 | 8.37 | 2.22 | - |
| YUV | 62.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 33 | 0 | 0.90 | 0.80 | 0.36 | 353.11 | 0.82 | 0.35 |
| Hex | A4 | 10 | 21 | 0 | 5A | 50 | 24 | 161 | 52 | 23 |
| Octal | 244 | 20 | 41 | 0 | 132 | 120 | 44 | 541 | 122 | 43 |
| Binary | 10100100 | 10000 | 100001 | 0 | 1011010 | 1010000 | 100100 | 101100001 | 1010010 | 100011 |
Color Harmonies of #A41021
Complementary color
Monochromatic Colors of #A41021
Black with #A41021
Text Example
Text Example
White with #A41021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41021; }
p { color: rgb(164,16,33); }
H1.HeaderClassName
{
color: #A41021;
}
.AnyTagClassName
{
color: #A41021;
}
</style>
background-color css
<style>
a { background-color: #A41021; }
a { background-color: rgb(164,16,33); }
div.DivClassName
{
background-color: #A41021;
}
.BgClassName
{
background-color: #A41021;
}
</style>
border-color css
<style>
span { border-color: #A41021; }
span { border-color: rgb(164,16,33); }
td.TdClassName
{
border-color: #A41021;
}
.TagClassName
{
border-color: #A41021;
}
</style>