Shades of Carmine #A81226
Tints of Carmine #A81226
RGB
CMYK
RGB Variations
Color information
#A81226 (or 0xA81226) is known color: Carmine. HEX triplet: A8, 12 and 26. RGB value is (168,18,38). Sum of RGB (Red+Green+Blue) = 168+18+38=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A81226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81226 is #57EDD9. Grayscale: #414141. Windows color (decimal): -5762522 or 2495144. OLE color: 2495144.
HSL color Cylindrical-coordinate representation of color #A81226: hue angle of 352º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81226 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 38 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.34 |
| HSL | 352º | 0.81% | 0.36% | - |
| HSV(B) | 352º | 0.89% | 0.66% | - |
| XYZ | 16.71 | 8.9 | 2.67 | - |
| YUV | 65.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 38 | 0 | 0.89 | 0.77 | 0.34 | 352 | 0.81 | 0.36 |
| Hex | A8 | 12 | 26 | 0 | 59 | 4D | 22 | 160 | 51 | 24 |
| Octal | 250 | 22 | 46 | 0 | 131 | 115 | 42 | 540 | 121 | 44 |
| Binary | 10101000 | 10010 | 100110 | 0 | 1011001 | 1001101 | 100010 | 101100000 | 1010001 | 100100 |
Color Harmonies of #A81226
Complementary color
Monochromatic Colors of #A81226
Black with #A81226
Text Example
Text Example
White with #A81226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81226; }
p { color: rgb(168,18,38); }
H1.HeaderClassName
{
color: #A81226;
}
.AnyTagClassName
{
color: #A81226;
}
</style>
background-color css
<style>
a { background-color: #A81226; }
a { background-color: rgb(168,18,38); }
div.DivClassName
{
background-color: #A81226;
}
.BgClassName
{
background-color: #A81226;
}
</style>
border-color css
<style>
span { border-color: #A81226; }
span { border-color: rgb(168,18,38); }
td.TdClassName
{
border-color: #A81226;
}
.TagClassName
{
border-color: #A81226;
}
</style>