Shades of Carmine #A40A32
Tints of Carmine #A40A32
RGB
CMYK
RGB Variations
Color information
#A40A32 (or 0xA40A32) is known color: Carmine. HEX triplet: A4, 0A and 32. RGB value is (164,10,50). Sum of RGB (Red+Green+Blue) = 164+10+50=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A32 is #5BF5CD. Grayscale: #3C3C3C. Windows color (decimal): -6026702 or 3279524. OLE color: 3279524.
HSL color Cylindrical-coordinate representation of color #A40A32: hue angle of 344.42º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A32 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 50 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.36 |
| HSL | 344.42º | 0.89% | 0.34% | - |
| HSV(B) | 344.42º | 0.94% | 0.64% | - |
| XYZ | 15.99 | 8.34 | 3.78 | - |
| YUV | 60.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 50 | 0 | 0.94 | 0.70 | 0.36 | 344.42 | 0.89 | 0.34 |
| Hex | A4 | A | 32 | 0 | 5E | 46 | 24 | 158 | 59 | 22 |
| Octal | 244 | 12 | 62 | 0 | 136 | 106 | 44 | 530 | 131 | 42 |
| Binary | 10100100 | 1010 | 110010 | 0 | 1011110 | 1000110 | 100100 | 101011000 | 1011001 | 100010 |
Color Harmonies of #A40A32
Complementary color
Monochromatic Colors of #A40A32
Black with #A40A32
Text Example
Text Example
White with #A40A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A32; }
p { color: rgb(164,10,50); }
H1.HeaderClassName
{
color: #A40A32;
}
.AnyTagClassName
{
color: #A40A32;
}
</style>
background-color css
<style>
a { background-color: #A40A32; }
a { background-color: rgb(164,10,50); }
div.DivClassName
{
background-color: #A40A32;
}
.BgClassName
{
background-color: #A40A32;
}
</style>
border-color css
<style>
span { border-color: #A40A32; }
span { border-color: rgb(164,10,50); }
td.TdClassName
{
border-color: #A40A32;
}
.TagClassName
{
border-color: #A40A32;
}
</style>