Shades of Carmine #9A0321
Tints of Carmine #9A0321
RGB
CMYK
RGB Variations
Color information
#9A0321 (or 0x9A0321) is known color: Carmine. HEX triplet: 9A, 03 and 21. RGB value is (154,3,33). Sum of RGB (Red+Green+Blue) = 154+3+33=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0321 is #65FCDE. Grayscale: #333333. Windows color (decimal): -6683871 or 2163610. OLE color: 2163610.
HSL color Cylindrical-coordinate representation of color #9A0321: hue angle of 348.08º 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 #9A0321 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.40 |
| HSL | 348.08º | 0.96% | 0.31% | - |
| HSV(B) | 348.08º | 0.98% | 0.6% | - |
| XYZ | 13.63 | 7.04 | 2.08 | - |
| YUV | 51.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 33 | 0 | 0.98 | 0.79 | 0.40 | 348.08 | 0.96 | 0.31 |
| Hex | 9A | 3 | 21 | 0 | 62 | 4F | 28 | 15C | 60 | 1F |
| Octal | 232 | 3 | 41 | 0 | 142 | 117 | 50 | 534 | 140 | 37 |
| Binary | 10011010 | 11 | 100001 | 0 | 1100010 | 1001111 | 101000 | 101011100 | 1100000 | 11111 |
Color Harmonies of #9A0321
Complementary color
Monochromatic Colors of #9A0321
Black with #9A0321
Text Example
Text Example
White with #9A0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0321; }
p { color: rgb(154,3,33); }
H1.HeaderClassName
{
color: #9A0321;
}
.AnyTagClassName
{
color: #9A0321;
}
</style>
background-color css
<style>
a { background-color: #9A0321; }
a { background-color: rgb(154,3,33); }
div.DivClassName
{
background-color: #9A0321;
}
.BgClassName
{
background-color: #9A0321;
}
</style>
border-color css
<style>
span { border-color: #9A0321; }
span { border-color: rgb(154,3,33); }
td.TdClassName
{
border-color: #9A0321;
}
.TagClassName
{
border-color: #9A0321;
}
</style>