Shades of Carmine #A31325
Tints of Carmine #A31325
RGB
CMYK
RGB Variations
Color information
#A31325 (or 0xA31325) is known color: Carmine. HEX triplet: A3, 13 and 25. RGB value is (163,19,37). Sum of RGB (Red+Green+Blue) = 163+19+37=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A31325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31325 is #5CECDA. Grayscale: #404040. Windows color (decimal): -6089947 or 2429859. OLE color: 2429859.
HSL color Cylindrical-coordinate representation of color #A31325: hue angle of 352.5º 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 #A31325 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 37 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.36 |
| HSL | 352.5º | 0.79% | 0.36% | - |
| HSV(B) | 352.5º | 0.88% | 0.64% | - |
| XYZ | 15.67 | 8.39 | 2.54 | - |
| YUV | 64.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 37 | 0 | 0.88 | 0.77 | 0.36 | 352.5 | 0.79 | 0.36 |
| Hex | A3 | 13 | 25 | 0 | 58 | 4D | 24 | 160 | 4F | 24 |
| Octal | 243 | 23 | 45 | 0 | 130 | 115 | 44 | 540 | 117 | 44 |
| Binary | 10100011 | 10011 | 100101 | 0 | 1011000 | 1001101 | 100100 | 101100000 | 1001111 | 100100 |
Color Harmonies of #A31325
Complementary color
Monochromatic Colors of #A31325
Black with #A31325
Text Example
Text Example
White with #A31325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31325; }
p { color: rgb(163,19,37); }
H1.HeaderClassName
{
color: #A31325;
}
.AnyTagClassName
{
color: #A31325;
}
</style>
background-color css
<style>
a { background-color: #A31325; }
a { background-color: rgb(163,19,37); }
div.DivClassName
{
background-color: #A31325;
}
.BgClassName
{
background-color: #A31325;
}
</style>
border-color css
<style>
span { border-color: #A31325; }
span { border-color: rgb(163,19,37); }
td.TdClassName
{
border-color: #A31325;
}
.TagClassName
{
border-color: #A31325;
}
</style>