Shades of Carmine #9A0322
Tints of Carmine #9A0322
RGB
CMYK
RGB Variations
Color information
#9A0322 (or 0x9A0322) is known color: Carmine. HEX triplet: 9A, 03 and 22. RGB value is (154,3,34). Sum of RGB (Red+Green+Blue) = 154+3+34=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0322 is #65FCDD. Grayscale: #333333. Windows color (decimal): -6683870 or 2229146. OLE color: 2229146.
HSL color Cylindrical-coordinate representation of color #9A0322: hue angle of 347.68º 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 #9A0322 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.40 |
| HSL | 347.68º | 0.96% | 0.31% | - |
| HSV(B) | 347.68º | 0.98% | 0.6% | - |
| XYZ | 13.65 | 7.05 | 2.15 | - |
| YUV | 51.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 34 | 0 | 0.98 | 0.78 | 0.40 | 347.68 | 0.96 | 0.31 |
| Hex | 9A | 3 | 22 | 0 | 62 | 4E | 28 | 15C | 60 | 1F |
| Octal | 232 | 3 | 42 | 0 | 142 | 116 | 50 | 534 | 140 | 37 |
| Binary | 10011010 | 11 | 100010 | 0 | 1100010 | 1001110 | 101000 | 101011100 | 1100000 | 11111 |
Color Harmonies of #9A0322
Complementary color
Monochromatic Colors of #9A0322
Black with #9A0322
Text Example
Text Example
White with #9A0322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0322; }
p { color: rgb(154,3,34); }
H1.HeaderClassName
{
color: #9A0322;
}
.AnyTagClassName
{
color: #9A0322;
}
</style>
background-color css
<style>
a { background-color: #9A0322; }
a { background-color: rgb(154,3,34); }
div.DivClassName
{
background-color: #9A0322;
}
.BgClassName
{
background-color: #9A0322;
}
</style>
border-color css
<style>
span { border-color: #9A0322; }
span { border-color: rgb(154,3,34); }
td.TdClassName
{
border-color: #9A0322;
}
.TagClassName
{
border-color: #9A0322;
}
</style>