Shades of Carmine #A80538
Tints of Carmine #A80538
RGB
CMYK
RGB Variations
Color information
#A80538 (or 0xA80538) is known color: Carmine. HEX triplet: A8, 05 and 38. RGB value is (168,5,56). Sum of RGB (Red+Green+Blue) = 168+5+56=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A80538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80538 is #57FAC7. Grayscale: #3B3B3B. Windows color (decimal): -5765832 or 3671464. OLE color: 3671464.
HSL color Cylindrical-coordinate representation of color #A80538: hue angle of 341.23º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80538 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 56 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.34 |
| HSL | 341.23º | 0.94% | 0.34% | - |
| HSV(B) | 341.23º | 0.97% | 0.66% | - |
| XYZ | 16.92 | 8.72 | 4.53 | - |
| YUV | 59.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 56 | 0 | 0.97 | 0.67 | 0.34 | 341.23 | 0.94 | 0.34 |
| Hex | A8 | 5 | 38 | 0 | 61 | 43 | 22 | 155 | 5E | 22 |
| Octal | 250 | 5 | 70 | 0 | 141 | 103 | 42 | 525 | 136 | 42 |
| Binary | 10101000 | 101 | 111000 | 0 | 1100001 | 1000011 | 100010 | 101010101 | 1011110 | 100010 |
Color Harmonies of #A80538
Complementary color
Monochromatic Colors of #A80538
Black with #A80538
Text Example
Text Example
White with #A80538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80538; }
p { color: rgb(168,5,56); }
H1.HeaderClassName
{
color: #A80538;
}
.AnyTagClassName
{
color: #A80538;
}
</style>
background-color css
<style>
a { background-color: #A80538; }
a { background-color: rgb(168,5,56); }
div.DivClassName
{
background-color: #A80538;
}
.BgClassName
{
background-color: #A80538;
}
</style>
border-color css
<style>
span { border-color: #A80538; }
span { border-color: rgb(168,5,56); }
td.TdClassName
{
border-color: #A80538;
}
.TagClassName
{
border-color: #A80538;
}
</style>