Shades of Carmine #9A032E
Tints of Carmine #9A032E
RGB
CMYK
RGB Variations
Color information
#9A032E (or 0x9A032E) is known color: Carmine. HEX triplet: 9A, 03 and 2E. RGB value is (154,3,46). Sum of RGB (Red+Green+Blue) = 154+3+46=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A032E is #65FCD1. Grayscale: #353535. Windows color (decimal): -6683858 or 3015578. OLE color: 3015578.
HSL color Cylindrical-coordinate representation of color #9A032E: hue angle of 342.91º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A032E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.40 |
| HSL | 342.91º | 0.96% | 0.31% | - |
| HSV(B) | 342.91º | 0.98% | 0.6% | - |
| XYZ | 13.85 | 7.13 | 3.23 | - |
| YUV | 53.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 46 | 0 | 0.98 | 0.70 | 0.40 | 342.91 | 0.96 | 0.31 |
| Hex | 9A | 3 | 2E | 0 | 62 | 46 | 28 | 157 | 60 | 1F |
| Octal | 232 | 3 | 56 | 0 | 142 | 106 | 50 | 527 | 140 | 37 |
| Binary | 10011010 | 11 | 101110 | 0 | 1100010 | 1000110 | 101000 | 101010111 | 1100000 | 11111 |
Color Harmonies of #9A032E
Complementary color
Monochromatic Colors of #9A032E
Black with #9A032E
Text Example
Text Example
White with #9A032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A032E; }
p { color: rgb(154,3,46); }
H1.HeaderClassName
{
color: #9A032E;
}
.AnyTagClassName
{
color: #9A032E;
}
</style>
background-color css
<style>
a { background-color: #9A032E; }
a { background-color: rgb(154,3,46); }
div.DivClassName
{
background-color: #9A032E;
}
.BgClassName
{
background-color: #9A032E;
}
</style>
border-color css
<style>
span { border-color: #9A032E; }
span { border-color: rgb(154,3,46); }
td.TdClassName
{
border-color: #9A032E;
}
.TagClassName
{
border-color: #9A032E;
}
</style>