Shades of Carmine #A00938
Tints of Carmine #A00938
RGB
CMYK
RGB Variations
Color information
#A00938 (or 0xA00938) is known color: Carmine. HEX triplet: A0, 09 and 38. RGB value is (160,9,56). Sum of RGB (Red+Green+Blue) = 160+9+56=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A00938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00938 is #5FF6C7. Grayscale: #3B3B3B. Windows color (decimal): -6289096 or 3672480. OLE color: 3672480.
HSL color Cylindrical-coordinate representation of color #A00938: hue angle of 341.32º degrees, saturation: 0.89, 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 #A00938 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 56 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.37 |
| HSL | 341.32º | 0.89% | 0.33% | - |
| HSV(B) | 341.32º | 0.94% | 0.63% | - |
| XYZ | 15.31 | 7.95 | 4.47 | - |
| YUV | 59.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 56 | 0 | 0.94 | 0.65 | 0.37 | 341.32 | 0.89 | 0.33 |
| Hex | A0 | 9 | 38 | 0 | 5E | 41 | 25 | 155 | 59 | 21 |
| Octal | 240 | 11 | 70 | 0 | 136 | 101 | 45 | 525 | 131 | 41 |
| Binary | 10100000 | 1001 | 111000 | 0 | 1011110 | 1000001 | 100101 | 101010101 | 1011001 | 100001 |
Color Harmonies of #A00938
Complementary color
Monochromatic Colors of #A00938
Black with #A00938
Text Example
Text Example
White with #A00938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00938; }
p { color: rgb(160,9,56); }
H1.HeaderClassName
{
color: #A00938;
}
.AnyTagClassName
{
color: #A00938;
}
</style>
background-color css
<style>
a { background-color: #A00938; }
a { background-color: rgb(160,9,56); }
div.DivClassName
{
background-color: #A00938;
}
.BgClassName
{
background-color: #A00938;
}
</style>
border-color css
<style>
span { border-color: #A00938; }
span { border-color: rgb(160,9,56); }
td.TdClassName
{
border-color: #A00938;
}
.TagClassName
{
border-color: #A00938;
}
</style>