Shades of Carmine #A41328
Tints of Carmine #A41328
RGB
CMYK
RGB Variations
Color information
#A41328 (or 0xA41328) is known color: Carmine. HEX triplet: A4, 13 and 28. RGB value is (164,19,40). Sum of RGB (Red+Green+Blue) = 164+19+40=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A41328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41328 is #5BECD7. Grayscale: #404040. Windows color (decimal): -6024408 or 2626468. OLE color: 2626468.
HSL color Cylindrical-coordinate representation of color #A41328: hue angle of 351.31º 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 #A41328 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 40 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.36 |
| HSL | 351.31º | 0.79% | 0.36% | - |
| HSV(B) | 351.31º | 0.88% | 0.64% | - |
| XYZ | 15.93 | 8.51 | 2.81 | - |
| YUV | 64.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 40 | 0 | 0.88 | 0.76 | 0.36 | 351.31 | 0.79 | 0.36 |
| Hex | A4 | 13 | 28 | 0 | 58 | 4C | 24 | 15F | 4F | 24 |
| Octal | 244 | 23 | 50 | 0 | 130 | 114 | 44 | 537 | 117 | 44 |
| Binary | 10100100 | 10011 | 101000 | 0 | 1011000 | 1001100 | 100100 | 101011111 | 1001111 | 100100 |
Color Harmonies of #A41328
Complementary color
Monochromatic Colors of #A41328
Black with #A41328
Text Example
Text Example
White with #A41328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41328; }
p { color: rgb(164,19,40); }
H1.HeaderClassName
{
color: #A41328;
}
.AnyTagClassName
{
color: #A41328;
}
</style>
background-color css
<style>
a { background-color: #A41328; }
a { background-color: rgb(164,19,40); }
div.DivClassName
{
background-color: #A41328;
}
.BgClassName
{
background-color: #A41328;
}
</style>
border-color css
<style>
span { border-color: #A41328; }
span { border-color: rgb(164,19,40); }
td.TdClassName
{
border-color: #A41328;
}
.TagClassName
{
border-color: #A41328;
}
</style>