Shades of Carmine #9A0433
Tints of Carmine #9A0433
RGB
CMYK
RGB Variations
Color information
#9A0433 (or 0x9A0433) is known color: Carmine. HEX triplet: 9A, 04 and 33. RGB value is (154,4,51). Sum of RGB (Red+Green+Blue) = 154+4+51=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0433 is #65FBCC. Grayscale: #363636. Windows color (decimal): -6683597 or 3343514. OLE color: 3343514.
HSL color Cylindrical-coordinate representation of color #9A0433: hue angle of 341.2º degrees, saturation: 0.95, 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 #9A0433 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 51 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.40 |
| HSL | 341.2º | 0.95% | 0.31% | - |
| HSV(B) | 341.2º | 0.97% | 0.6% | - |
| XYZ | 13.97 | 7.2 | 3.78 | - |
| YUV | 54.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 51 | 0 | 0.97 | 0.67 | 0.40 | 341.2 | 0.95 | 0.31 |
| Hex | 9A | 4 | 33 | 0 | 61 | 43 | 28 | 155 | 5F | 1F |
| Octal | 232 | 4 | 63 | 0 | 141 | 103 | 50 | 525 | 137 | 37 |
| Binary | 10011010 | 100 | 110011 | 0 | 1100001 | 1000011 | 101000 | 101010101 | 1011111 | 11111 |
Color Harmonies of #9A0433
Complementary color
Monochromatic Colors of #9A0433
Black with #9A0433
Text Example
Text Example
White with #9A0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0433; }
p { color: rgb(154,4,51); }
H1.HeaderClassName
{
color: #9A0433;
}
.AnyTagClassName
{
color: #9A0433;
}
</style>
background-color css
<style>
a { background-color: #9A0433; }
a { background-color: rgb(154,4,51); }
div.DivClassName
{
background-color: #9A0433;
}
.BgClassName
{
background-color: #9A0433;
}
</style>
border-color css
<style>
span { border-color: #9A0433; }
span { border-color: rgb(154,4,51); }
td.TdClassName
{
border-color: #9A0433;
}
.TagClassName
{
border-color: #9A0433;
}
</style>