Shades of Carmine #A80027
Tints of Carmine #A80027
RGB
CMYK
RGB Variations
Color information
#A80027 (or 0xA80027) is known color: Carmine. HEX triplet: A8, 00 and 27. RGB value is (168,0,39). Sum of RGB (Red+Green+Blue) = 168+0+39=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A80027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80027 is #57FFD8. Grayscale: #363636. Windows color (decimal): -5767129 or 2556072. OLE color: 2556072.
HSL color Cylindrical-coordinate representation of color #A80027: hue angle of 346.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80027 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.77 | 0.34 |
| HSL | 346.07º | 1% | 0.33% | - |
| HSV(B) | 346.07º | 1% | 0.66% | - |
| XYZ | 16.51 | 8.47 | 2.68 | - |
| YUV | 54.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 39 | 0 | 1 | 0.77 | 0.34 | 346.07 | 1 | 0.33 |
| Hex | A8 | 0 | 27 | 0 | 64 | 4D | 22 | 15A | 64 | 21 |
| Octal | 250 | 0 | 47 | 0 | 144 | 115 | 42 | 532 | 144 | 41 |
| Binary | 10101000 | 0 | 100111 | 0 | 1100100 | 1001101 | 100010 | 101011010 | 1100100 | 100001 |
Color Harmonies of #A80027
Complementary color
Monochromatic Colors of #A80027
Black with #A80027
Text Example
Text Example
White with #A80027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80027; }
p { color: rgb(168,0,39); }
H1.HeaderClassName
{
color: #A80027;
}
.AnyTagClassName
{
color: #A80027;
}
</style>
background-color css
<style>
a { background-color: #A80027; }
a { background-color: rgb(168,0,39); }
div.DivClassName
{
background-color: #A80027;
}
.BgClassName
{
background-color: #A80027;
}
</style>
border-color css
<style>
span { border-color: #A80027; }
span { border-color: rgb(168,0,39); }
td.TdClassName
{
border-color: #A80027;
}
.TagClassName
{
border-color: #A80027;
}
</style>