Shades of Carmine #99022E
Tints of Carmine #99022E
RGB
CMYK
RGB Variations
Color information
#99022E (or 0x99022E) is known color: Carmine. HEX triplet: 99, 02 and 2E. RGB value is (153,2,46). Sum of RGB (Red+Green+Blue) = 153+2+46=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99022E is #66FDD1. Grayscale: #343434. Windows color (decimal): -6749650 or 3015321. OLE color: 3015321.
HSL color Cylindrical-coordinate representation of color #99022E: hue angle of 342.52º 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 #99022E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.4 |
| HSL | 342.52º | 0.97% | 0.3% | - |
| HSV(B) | 342.52º | 0.99% | 0.6% | - |
| XYZ | 13.65 | 7.01 | 3.22 | - |
| YUV | 52.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 46 | 0 | 0.99 | 0.70 | 0.4 | 342.52 | 0.97 | 0.3 |
| Hex | 99 | 2 | 2E | 0 | 63 | 46 | 28 | 157 | 61 | 1E |
| Octal | 231 | 2 | 56 | 0 | 143 | 106 | 50 | 527 | 141 | 36 |
| Binary | 10011001 | 10 | 101110 | 0 | 1100011 | 1000110 | 101000 | 101010111 | 1100001 | 11110 |
Color Harmonies of #99022E
Complementary color
Monochromatic Colors of #99022E
Black with #99022E
Text Example
Text Example
White with #99022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99022E; }
p { color: rgb(153,2,46); }
H1.HeaderClassName
{
color: #99022E;
}
.AnyTagClassName
{
color: #99022E;
}
</style>
background-color css
<style>
a { background-color: #99022E; }
a { background-color: rgb(153,2,46); }
div.DivClassName
{
background-color: #99022E;
}
.BgClassName
{
background-color: #99022E;
}
</style>
border-color css
<style>
span { border-color: #99022E; }
span { border-color: rgb(153,2,46); }
td.TdClassName
{
border-color: #99022E;
}
.TagClassName
{
border-color: #99022E;
}
</style>