Shades of Carmine #A5122C
Tints of Carmine #A5122C
RGB
CMYK
RGB Variations
Color information
#A5122C (or 0xA5122C) is known color: Carmine. HEX triplet: A5, 12 and 2C. RGB value is (165,18,44). Sum of RGB (Red+Green+Blue) = 165+18+44=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A5122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5122C is #5AEDD3. Grayscale: #404040. Windows color (decimal): -5959124 or 2888357. OLE color: 2888357.
HSL color Cylindrical-coordinate representation of color #A5122C: hue angle of 349.39º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5122C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.35 |
| HSL | 349.39º | 0.8% | 0.36% | - |
| HSV(B) | 349.39º | 0.89% | 0.65% | - |
| XYZ | 16.19 | 8.61 | 3.19 | - |
| YUV | 64.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 44 | 0 | 0.89 | 0.73 | 0.35 | 349.39 | 0.8 | 0.36 |
| Hex | A5 | 12 | 2C | 0 | 59 | 49 | 23 | 15D | 50 | 24 |
| Octal | 245 | 22 | 54 | 0 | 131 | 111 | 43 | 535 | 120 | 44 |
| Binary | 10100101 | 10010 | 101100 | 0 | 1011001 | 1001001 | 100011 | 101011101 | 1010000 | 100100 |
Color Harmonies of #A5122C
Complementary color
Monochromatic Colors of #A5122C
Black with #A5122C
Text Example
Text Example
White with #A5122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5122C; }
p { color: rgb(165,18,44); }
H1.HeaderClassName
{
color: #A5122C;
}
.AnyTagClassName
{
color: #A5122C;
}
</style>
background-color css
<style>
a { background-color: #A5122C; }
a { background-color: rgb(165,18,44); }
div.DivClassName
{
background-color: #A5122C;
}
.BgClassName
{
background-color: #A5122C;
}
</style>
border-color css
<style>
span { border-color: #A5122C; }
span { border-color: rgb(165,18,44); }
td.TdClassName
{
border-color: #A5122C;
}
.TagClassName
{
border-color: #A5122C;
}
</style>