Shades of Carmine #A31228
Tints of Carmine #A31228
RGB
CMYK
RGB Variations
Color information
#A31228 (or 0xA31228) is known color: Carmine. HEX triplet: A3, 12 and 28. RGB value is (163,18,40). Sum of RGB (Red+Green+Blue) = 163+18+40=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A31228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31228 is #5CEDD7. Grayscale: #3F3F3F. Windows color (decimal): -6090200 or 2626211. OLE color: 2626211.
HSL color Cylindrical-coordinate representation of color #A31228: hue angle of 350.9º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31228 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 40 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.36 |
| HSL | 350.9º | 0.8% | 0.35% | - |
| HSV(B) | 350.9º | 0.89% | 0.64% | - |
| XYZ | 15.7 | 8.37 | 2.8 | - |
| YUV | 63.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 40 | 0 | 0.89 | 0.75 | 0.36 | 350.9 | 0.8 | 0.35 |
| Hex | A3 | 12 | 28 | 0 | 59 | 4B | 24 | 15F | 50 | 23 |
| Octal | 243 | 22 | 50 | 0 | 131 | 113 | 44 | 537 | 120 | 43 |
| Binary | 10100011 | 10010 | 101000 | 0 | 1011001 | 1001011 | 100100 | 101011111 | 1010000 | 100011 |
Color Harmonies of #A31228
Complementary color
Monochromatic Colors of #A31228
Black with #A31228
Text Example
Text Example
White with #A31228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31228; }
p { color: rgb(163,18,40); }
H1.HeaderClassName
{
color: #A31228;
}
.AnyTagClassName
{
color: #A31228;
}
</style>
background-color css
<style>
a { background-color: #A31228; }
a { background-color: rgb(163,18,40); }
div.DivClassName
{
background-color: #A31228;
}
.BgClassName
{
background-color: #A31228;
}
</style>
border-color css
<style>
span { border-color: #A31228; }
span { border-color: rgb(163,18,40); }
td.TdClassName
{
border-color: #A31228;
}
.TagClassName
{
border-color: #A31228;
}
</style>