Shades of Carmine #A41225
Tints of Carmine #A41225
RGB
CMYK
RGB Variations
Color information
#A41225 (or 0xA41225) is known color: Carmine. HEX triplet: A4, 12 and 25. RGB value is (164,18,37). Sum of RGB (Red+Green+Blue) = 164+18+37=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41225 is #5BEDDA. Grayscale: #3F3F3F. Windows color (decimal): -6024667 or 2429604. OLE color: 2429604.
HSL color Cylindrical-coordinate representation of color #A41225: hue angle of 352.19º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41225 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 37 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.36 |
| HSL | 352.19º | 0.8% | 0.36% | - |
| HSV(B) | 352.19º | 0.89% | 0.64% | - |
| XYZ | 15.86 | 8.46 | 2.55 | - |
| YUV | 63.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 37 | 0 | 0.89 | 0.77 | 0.36 | 352.19 | 0.8 | 0.36 |
| Hex | A4 | 12 | 25 | 0 | 59 | 4D | 24 | 160 | 50 | 24 |
| Octal | 244 | 22 | 45 | 0 | 131 | 115 | 44 | 540 | 120 | 44 |
| Binary | 10100100 | 10010 | 100101 | 0 | 1011001 | 1001101 | 100100 | 101100000 | 1010000 | 100100 |
Color Harmonies of #A41225
Complementary color
Monochromatic Colors of #A41225
Black with #A41225
Text Example
Text Example
White with #A41225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41225; }
p { color: rgb(164,18,37); }
H1.HeaderClassName
{
color: #A41225;
}
.AnyTagClassName
{
color: #A41225;
}
</style>
background-color css
<style>
a { background-color: #A41225; }
a { background-color: rgb(164,18,37); }
div.DivClassName
{
background-color: #A41225;
}
.BgClassName
{
background-color: #A41225;
}
</style>
border-color css
<style>
span { border-color: #A41225; }
span { border-color: rgb(164,18,37); }
td.TdClassName
{
border-color: #A41225;
}
.TagClassName
{
border-color: #A41225;
}
</style>