Shades of Carmine #A41320
Tints of Carmine #A41320
RGB
CMYK
RGB Variations
Color information
#A41320 (or 0xA41320) is known color: Carmine. HEX triplet: A4, 13 and 20. RGB value is (164,19,32). Sum of RGB (Red+Green+Blue) = 164+19+32=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A41320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41320 is #5BECDF. Grayscale: #3F3F3F. Windows color (decimal): -6024416 or 2102180. OLE color: 2102180.
HSL color Cylindrical-coordinate representation of color #A41320: hue angle of 354.62º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41320 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 32 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.36 |
| HSL | 354.62º | 0.79% | 0.36% | - |
| HSV(B) | 354.62º | 0.88% | 0.64% | - |
| XYZ | 15.8 | 8.46 | 2.17 | - |
| YUV | 63.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 32 | 0 | 0.88 | 0.80 | 0.36 | 354.62 | 0.79 | 0.36 |
| Hex | A4 | 13 | 20 | 0 | 58 | 50 | 24 | 163 | 4F | 24 |
| Octal | 244 | 23 | 40 | 0 | 130 | 120 | 44 | 543 | 117 | 44 |
| Binary | 10100100 | 10011 | 100000 | 0 | 1011000 | 1010000 | 100100 | 101100011 | 1001111 | 100100 |
Color Harmonies of #A41320
Complementary color
Monochromatic Colors of #A41320
Black with #A41320
Text Example
Text Example
White with #A41320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41320; }
p { color: rgb(164,19,32); }
H1.HeaderClassName
{
color: #A41320;
}
.AnyTagClassName
{
color: #A41320;
}
</style>
background-color css
<style>
a { background-color: #A41320; }
a { background-color: rgb(164,19,32); }
div.DivClassName
{
background-color: #A41320;
}
.BgClassName
{
background-color: #A41320;
}
</style>
border-color css
<style>
span { border-color: #A41320; }
span { border-color: rgb(164,19,32); }
td.TdClassName
{
border-color: #A41320;
}
.TagClassName
{
border-color: #A41320;
}
</style>