Shades of Carmine #A00A38
Tints of Carmine #A00A38
RGB
CMYK
RGB Variations
Color information
#A00A38 (or 0xA00A38) is known color: Carmine. HEX triplet: A0, 0A and 38. RGB value is (160,10,56). Sum of RGB (Red+Green+Blue) = 160+10+56=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A38 is #5FF5C7. Grayscale: #3C3C3C. Windows color (decimal): -6288840 or 3672736. OLE color: 3672736.
HSL color Cylindrical-coordinate representation of color #A00A38: hue angle of 341.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A38 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 56 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.37 |
| HSL | 341.6º | 0.88% | 0.33% | - |
| HSV(B) | 341.6º | 0.94% | 0.63% | - |
| XYZ | 15.32 | 7.98 | 4.47 | - |
| YUV | 60.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 56 | 0 | 0.94 | 0.65 | 0.37 | 341.6 | 0.88 | 0.33 |
| Hex | A0 | A | 38 | 0 | 5E | 41 | 25 | 156 | 58 | 21 |
| Octal | 240 | 12 | 70 | 0 | 136 | 101 | 45 | 526 | 130 | 41 |
| Binary | 10100000 | 1010 | 111000 | 0 | 1011110 | 1000001 | 100101 | 101010110 | 1011000 | 100001 |
Color Harmonies of #A00A38
Complementary color
Monochromatic Colors of #A00A38
Black with #A00A38
Text Example
Text Example
White with #A00A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A38; }
p { color: rgb(160,10,56); }
H1.HeaderClassName
{
color: #A00A38;
}
.AnyTagClassName
{
color: #A00A38;
}
</style>
background-color css
<style>
a { background-color: #A00A38; }
a { background-color: rgb(160,10,56); }
div.DivClassName
{
background-color: #A00A38;
}
.BgClassName
{
background-color: #A00A38;
}
</style>
border-color css
<style>
span { border-color: #A00A38; }
span { border-color: rgb(160,10,56); }
td.TdClassName
{
border-color: #A00A38;
}
.TagClassName
{
border-color: #A00A38;
}
</style>