Shades of Carmine #A80137
Tints of Carmine #A80137
RGB
CMYK
RGB Variations
Color information
#A80137 (or 0xA80137) is known color: Carmine. HEX triplet: A8, 01 and 37. RGB value is (168,1,55). Sum of RGB (Red+Green+Blue) = 168+1+55=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A80137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80137 is #57FEC8. Grayscale: #393939. Windows color (decimal): -5766857 or 3604904. OLE color: 3604904.
HSL color Cylindrical-coordinate representation of color #A80137: hue angle of 340.6º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80137 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.34 |
| HSL | 340.6º | 0.99% | 0.33% | - |
| HSV(B) | 340.6º | 0.99% | 0.66% | - |
| XYZ | 16.85 | 8.62 | 4.39 | - |
| YUV | 57.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 55 | 0 | 0.99 | 0.67 | 0.34 | 340.6 | 0.99 | 0.33 |
| Hex | A8 | 1 | 37 | 0 | 63 | 43 | 22 | 155 | 63 | 21 |
| Octal | 250 | 1 | 67 | 0 | 143 | 103 | 42 | 525 | 143 | 41 |
| Binary | 10101000 | 1 | 110111 | 0 | 1100011 | 1000011 | 100010 | 101010101 | 1100011 | 100001 |
Color Harmonies of #A80137
Complementary color
Monochromatic Colors of #A80137
Black with #A80137
Text Example
Text Example
White with #A80137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80137; }
p { color: rgb(168,1,55); }
H1.HeaderClassName
{
color: #A80137;
}
.AnyTagClassName
{
color: #A80137;
}
</style>
background-color css
<style>
a { background-color: #A80137; }
a { background-color: rgb(168,1,55); }
div.DivClassName
{
background-color: #A80137;
}
.BgClassName
{
background-color: #A80137;
}
</style>
border-color css
<style>
span { border-color: #A80137; }
span { border-color: rgb(168,1,55); }
td.TdClassName
{
border-color: #A80137;
}
.TagClassName
{
border-color: #A80137;
}
</style>