Shades of Carmine #99022C
Tints of Carmine #99022C
RGB
CMYK
RGB Variations
Color information
#99022C (or 0x99022C) is known color: Carmine. HEX triplet: 99, 02 and 2C. RGB value is (153,2,44). Sum of RGB (Red+Green+Blue) = 153+2+44=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99022C is #66FDD3. Grayscale: #333333. Windows color (decimal): -6749652 or 2884249. OLE color: 2884249.
HSL color Cylindrical-coordinate representation of color #99022C: hue angle of 343.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99022C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.4 |
| HSL | 343.31º | 0.97% | 0.3% | - |
| HSV(B) | 343.31º | 0.99% | 0.6% | - |
| XYZ | 13.61 | 7 | 3.02 | - |
| YUV | 51.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 44 | 0 | 0.99 | 0.71 | 0.4 | 343.31 | 0.97 | 0.3 |
| Hex | 99 | 2 | 2C | 0 | 63 | 47 | 28 | 157 | 61 | 1E |
| Octal | 231 | 2 | 54 | 0 | 143 | 107 | 50 | 527 | 141 | 36 |
| Binary | 10011001 | 10 | 101100 | 0 | 1100011 | 1000111 | 101000 | 101010111 | 1100001 | 11110 |
Color Harmonies of #99022C
Complementary color
Monochromatic Colors of #99022C
Black with #99022C
Text Example
Text Example
White with #99022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99022C; }
p { color: rgb(153,2,44); }
H1.HeaderClassName
{
color: #99022C;
}
.AnyTagClassName
{
color: #99022C;
}
</style>
background-color css
<style>
a { background-color: #99022C; }
a { background-color: rgb(153,2,44); }
div.DivClassName
{
background-color: #99022C;
}
.BgClassName
{
background-color: #99022C;
}
</style>
border-color css
<style>
span { border-color: #99022C; }
span { border-color: rgb(153,2,44); }
td.TdClassName
{
border-color: #99022C;
}
.TagClassName
{
border-color: #99022C;
}
</style>