Shades of Carmine #A80128
Tints of Carmine #A80128
RGB
CMYK
RGB Variations
Color information
#A80128 (or 0xA80128) is known color: Carmine. HEX triplet: A8, 01 and 28. RGB value is (168,1,40). Sum of RGB (Red+Green+Blue) = 168+1+40=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A80128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80128 is #57FED7. Grayscale: #373737. Windows color (decimal): -5766872 or 2621864. OLE color: 2621864.
HSL color Cylindrical-coordinate representation of color #A80128: hue angle of 345.99º 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 #A80128 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.34 |
| HSL | 345.99º | 0.99% | 0.33% | - |
| HSV(B) | 345.99º | 0.99% | 0.66% | - |
| XYZ | 16.54 | 8.5 | 2.78 | - |
| YUV | 55.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 40 | 0 | 0.99 | 0.76 | 0.34 | 345.99 | 0.99 | 0.33 |
| Hex | A8 | 1 | 28 | 0 | 63 | 4C | 22 | 15A | 63 | 21 |
| Octal | 250 | 1 | 50 | 0 | 143 | 114 | 42 | 532 | 143 | 41 |
| Binary | 10101000 | 1 | 101000 | 0 | 1100011 | 1001100 | 100010 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A80128
Complementary color
Monochromatic Colors of #A80128
Black with #A80128
Text Example
Text Example
White with #A80128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80128; }
p { color: rgb(168,1,40); }
H1.HeaderClassName
{
color: #A80128;
}
.AnyTagClassName
{
color: #A80128;
}
</style>
background-color css
<style>
a { background-color: #A80128; }
a { background-color: rgb(168,1,40); }
div.DivClassName
{
background-color: #A80128;
}
.BgClassName
{
background-color: #A80128;
}
</style>
border-color css
<style>
span { border-color: #A80128; }
span { border-color: rgb(168,1,40); }
td.TdClassName
{
border-color: #A80128;
}
.TagClassName
{
border-color: #A80128;
}
</style>