Shades of Carmine #A81027
Tints of Carmine #A81027
RGB
CMYK
RGB Variations
Color information
#A81027 (or 0xA81027) is known color: Carmine. HEX triplet: A8, 10 and 27. RGB value is (168,16,39). Sum of RGB (Red+Green+Blue) = 168+16+39=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A81027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81027 is #57EFD8. Grayscale: #404040. Windows color (decimal): -5763033 or 2560168. OLE color: 2560168.
HSL color Cylindrical-coordinate representation of color #A81027: hue angle of 350.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81027 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 39 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.34 |
| HSL | 350.92º | 0.83% | 0.36% | - |
| HSV(B) | 350.92º | 0.9% | 0.66% | - |
| XYZ | 16.7 | 8.84 | 2.75 | - |
| YUV | 64.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 39 | 0 | 0.90 | 0.77 | 0.34 | 350.92 | 0.83 | 0.36 |
| Hex | A8 | 10 | 27 | 0 | 5A | 4D | 22 | 15F | 53 | 24 |
| Octal | 250 | 20 | 47 | 0 | 132 | 115 | 42 | 537 | 123 | 44 |
| Binary | 10101000 | 10000 | 100111 | 0 | 1011010 | 1001101 | 100010 | 101011111 | 1010011 | 100100 |
Color Harmonies of #A81027
Complementary color
Monochromatic Colors of #A81027
Black with #A81027
Text Example
Text Example
White with #A81027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81027; }
p { color: rgb(168,16,39); }
H1.HeaderClassName
{
color: #A81027;
}
.AnyTagClassName
{
color: #A81027;
}
</style>
background-color css
<style>
a { background-color: #A81027; }
a { background-color: rgb(168,16,39); }
div.DivClassName
{
background-color: #A81027;
}
.BgClassName
{
background-color: #A81027;
}
</style>
border-color css
<style>
span { border-color: #A81027; }
span { border-color: rgb(168,16,39); }
td.TdClassName
{
border-color: #A81027;
}
.TagClassName
{
border-color: #A81027;
}
</style>