Shades of Carmine #A40224
Tints of Carmine #A40224
RGB
CMYK
RGB Variations
Color information
#A40224 (or 0xA40224) is known color: Carmine. HEX triplet: A4, 02 and 24. RGB value is (164,2,36). Sum of RGB (Red+Green+Blue) = 164+2+36=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A40224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40224 is #5BFDDB. Grayscale: #363636. Windows color (decimal): -6028764 or 2359972. OLE color: 2359972.
HSL color Cylindrical-coordinate representation of color #A40224: hue angle of 347.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40224 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.36 |
| HSL | 347.41º | 0.98% | 0.33% | - |
| HSV(B) | 347.41º | 0.99% | 0.64% | - |
| XYZ | 15.65 | 8.06 | 2.4 | - |
| YUV | 54.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 36 | 0 | 0.99 | 0.78 | 0.36 | 347.41 | 0.98 | 0.33 |
| Hex | A4 | 2 | 24 | 0 | 63 | 4E | 24 | 15B | 62 | 21 |
| Octal | 244 | 2 | 44 | 0 | 143 | 116 | 44 | 533 | 142 | 41 |
| Binary | 10100100 | 10 | 100100 | 0 | 1100011 | 1001110 | 100100 | 101011011 | 1100010 | 100001 |
Color Harmonies of #A40224
Complementary color
Monochromatic Colors of #A40224
Black with #A40224
Text Example
Text Example
White with #A40224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40224; }
p { color: rgb(164,2,36); }
H1.HeaderClassName
{
color: #A40224;
}
.AnyTagClassName
{
color: #A40224;
}
</style>
background-color css
<style>
a { background-color: #A40224; }
a { background-color: rgb(164,2,36); }
div.DivClassName
{
background-color: #A40224;
}
.BgClassName
{
background-color: #A40224;
}
</style>
border-color css
<style>
span { border-color: #A40224; }
span { border-color: rgb(164,2,36); }
td.TdClassName
{
border-color: #A40224;
}
.TagClassName
{
border-color: #A40224;
}
</style>