Shades of Carmine #A81327
Tints of Carmine #A81327
RGB
CMYK
RGB Variations
Color information
#A81327 (or 0xA81327) is known color: Carmine. HEX triplet: A8, 13 and 27. RGB value is (168,19,39). Sum of RGB (Red+Green+Blue) = 168+19+39=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A81327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81327 is #57ECD8. Grayscale: #414141. Windows color (decimal): -5762265 or 2560936. OLE color: 2560936.
HSL color Cylindrical-coordinate representation of color #A81327: hue angle of 351.95º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81327 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 39 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.34 |
| HSL | 351.95º | 0.8% | 0.37% | - |
| HSV(B) | 351.95º | 0.89% | 0.66% | - |
| XYZ | 16.75 | 8.94 | 2.76 | - |
| YUV | 65.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 39 | 0 | 0.89 | 0.77 | 0.34 | 351.95 | 0.8 | 0.37 |
| Hex | A8 | 13 | 27 | 0 | 59 | 4D | 22 | 160 | 50 | 25 |
| Octal | 250 | 23 | 47 | 0 | 131 | 115 | 42 | 540 | 120 | 45 |
| Binary | 10101000 | 10011 | 100111 | 0 | 1011001 | 1001101 | 100010 | 101100000 | 1010000 | 100101 |
Color Harmonies of #A81327
Complementary color
Monochromatic Colors of #A81327
Black with #A81327
Text Example
Text Example
White with #A81327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81327; }
p { color: rgb(168,19,39); }
H1.HeaderClassName
{
color: #A81327;
}
.AnyTagClassName
{
color: #A81327;
}
</style>
background-color css
<style>
a { background-color: #A81327; }
a { background-color: rgb(168,19,39); }
div.DivClassName
{
background-color: #A81327;
}
.BgClassName
{
background-color: #A81327;
}
</style>
border-color css
<style>
span { border-color: #A81327; }
span { border-color: rgb(168,19,39); }
td.TdClassName
{
border-color: #A81327;
}
.TagClassName
{
border-color: #A81327;
}
</style>