Shades of Carmine #A80338
Tints of Carmine #A80338
RGB
CMYK
RGB Variations
Color information
#A80338 (or 0xA80338) is known color: Carmine. HEX triplet: A8, 03 and 38. RGB value is (168,3,56). Sum of RGB (Red+Green+Blue) = 168+3+56=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A80338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80338 is #57FCC7. Grayscale: #3A3A3A. Windows color (decimal): -5766344 or 3670952. OLE color: 3670952.
HSL color Cylindrical-coordinate representation of color #A80338: hue angle of 340.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80338 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.34 |
| HSL | 340.73º | 0.96% | 0.34% | - |
| HSV(B) | 340.73º | 0.98% | 0.66% | - |
| XYZ | 16.89 | 8.68 | 4.53 | - |
| YUV | 58.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 56 | 0 | 0.98 | 0.67 | 0.34 | 340.73 | 0.96 | 0.34 |
| Hex | A8 | 3 | 38 | 0 | 62 | 43 | 22 | 155 | 60 | 22 |
| Octal | 250 | 3 | 70 | 0 | 142 | 103 | 42 | 525 | 140 | 42 |
| Binary | 10101000 | 11 | 111000 | 0 | 1100010 | 1000011 | 100010 | 101010101 | 1100000 | 100010 |
Color Harmonies of #A80338
Complementary color
Monochromatic Colors of #A80338
Black with #A80338
Text Example
Text Example
White with #A80338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80338; }
p { color: rgb(168,3,56); }
H1.HeaderClassName
{
color: #A80338;
}
.AnyTagClassName
{
color: #A80338;
}
</style>
background-color css
<style>
a { background-color: #A80338; }
a { background-color: rgb(168,3,56); }
div.DivClassName
{
background-color: #A80338;
}
.BgClassName
{
background-color: #A80338;
}
</style>
border-color css
<style>
span { border-color: #A80338; }
span { border-color: rgb(168,3,56); }
td.TdClassName
{
border-color: #A80338;
}
.TagClassName
{
border-color: #A80338;
}
</style>