Shades of Carmine #9A0531
Tints of Carmine #9A0531
RGB
CMYK
RGB Variations
Color information
#9A0531 (or 0x9A0531) is known color: Carmine. HEX triplet: 9A, 05 and 31. RGB value is (154,5,49). Sum of RGB (Red+Green+Blue) = 154+5+49=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0531 is #65FACE. Grayscale: #363636. Windows color (decimal): -6683343 or 3212698. OLE color: 3212698.
HSL color Cylindrical-coordinate representation of color #9A0531: hue angle of 342.28º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0531 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.40 |
| HSL | 342.28º | 0.94% | 0.31% | - |
| HSV(B) | 342.28º | 0.97% | 0.6% | - |
| XYZ | 13.94 | 7.2 | 3.56 | - |
| YUV | 54.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 49 | 0 | 0.97 | 0.68 | 0.40 | 342.28 | 0.94 | 0.31 |
| Hex | 9A | 5 | 31 | 0 | 61 | 44 | 28 | 156 | 5E | 1F |
| Octal | 232 | 5 | 61 | 0 | 141 | 104 | 50 | 526 | 136 | 37 |
| Binary | 10011010 | 101 | 110001 | 0 | 1100001 | 1000100 | 101000 | 101010110 | 1011110 | 11111 |
Color Harmonies of #9A0531
Complementary color
Monochromatic Colors of #9A0531
Black with #9A0531
Text Example
Text Example
White with #9A0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0531; }
p { color: rgb(154,5,49); }
H1.HeaderClassName
{
color: #9A0531;
}
.AnyTagClassName
{
color: #9A0531;
}
</style>
background-color css
<style>
a { background-color: #9A0531; }
a { background-color: rgb(154,5,49); }
div.DivClassName
{
background-color: #9A0531;
}
.BgClassName
{
background-color: #9A0531;
}
</style>
border-color css
<style>
span { border-color: #9A0531; }
span { border-color: rgb(154,5,49); }
td.TdClassName
{
border-color: #9A0531;
}
.TagClassName
{
border-color: #9A0531;
}
</style>