Shades of Carmine #9A0232
Tints of Carmine #9A0232
RGB
CMYK
RGB Variations
Color information
#9A0232 (or 0x9A0232) is known color: Carmine. HEX triplet: 9A, 02 and 32. RGB value is (154,2,50). Sum of RGB (Red+Green+Blue) = 154+2+50=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0232 is #65FDCD. Grayscale: #343434. Windows color (decimal): -6684110 or 3277466. OLE color: 3277466.
HSL color Cylindrical-coordinate representation of color #9A0232: hue angle of 341.05º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0232 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.40 |
| HSL | 341.05º | 0.97% | 0.31% | - |
| HSV(B) | 341.05º | 0.99% | 0.6% | - |
| XYZ | 13.92 | 7.14 | 3.66 | - |
| YUV | 52.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 50 | 0 | 0.99 | 0.68 | 0.40 | 341.05 | 0.97 | 0.31 |
| Hex | 9A | 2 | 32 | 0 | 63 | 44 | 28 | 155 | 61 | 1F |
| Octal | 232 | 2 | 62 | 0 | 143 | 104 | 50 | 525 | 141 | 37 |
| Binary | 10011010 | 10 | 110010 | 0 | 1100011 | 1000100 | 101000 | 101010101 | 1100001 | 11111 |
Color Harmonies of #9A0232
Complementary color
Monochromatic Colors of #9A0232
Black with #9A0232
Text Example
Text Example
White with #9A0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0232; }
p { color: rgb(154,2,50); }
H1.HeaderClassName
{
color: #9A0232;
}
.AnyTagClassName
{
color: #9A0232;
}
</style>
background-color css
<style>
a { background-color: #9A0232; }
a { background-color: rgb(154,2,50); }
div.DivClassName
{
background-color: #9A0232;
}
.BgClassName
{
background-color: #9A0232;
}
</style>
border-color css
<style>
span { border-color: #9A0232; }
span { border-color: rgb(154,2,50); }
td.TdClassName
{
border-color: #9A0232;
}
.TagClassName
{
border-color: #9A0232;
}
</style>