Shades of Carmine #99002B
Tints of Carmine #99002B
RGB
CMYK
RGB Variations
Color information
#99002B (or 0x99002B) is known color: Carmine. HEX triplet: 99, 00 and 2B. RGB value is (153,0,43). Sum of RGB (Red+Green+Blue) = 153+0+43=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #99002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99002B is #66FFD4. Grayscale: #323232. Windows color (decimal): -6750165 or 2818201. OLE color: 2818201.
HSL color Cylindrical-coordinate representation of color #99002B: hue angle of 343.14º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99002B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.72 | 0.4 |
| HSL | 343.14º | 1% | 0.3% | - |
| HSV(B) | 343.14º | 1% | 0.6% | - |
| XYZ | 13.57 | 6.95 | 2.91 | - |
| YUV | 50.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 43 | 0 | 1 | 0.72 | 0.4 | 343.14 | 1 | 0.3 |
| Hex | 99 | 0 | 2B | 0 | 64 | 48 | 28 | 157 | 64 | 1E |
| Octal | 231 | 0 | 53 | 0 | 144 | 110 | 50 | 527 | 144 | 36 |
| Binary | 10011001 | 0 | 101011 | 0 | 1100100 | 1001000 | 101000 | 101010111 | 1100100 | 11110 |
Color Harmonies of #99002B
Complementary color
Monochromatic Colors of #99002B
Black with #99002B
Text Example
Text Example
White with #99002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99002B; }
p { color: rgb(153,0,43); }
H1.HeaderClassName
{
color: #99002B;
}
.AnyTagClassName
{
color: #99002B;
}
</style>
background-color css
<style>
a { background-color: #99002B; }
a { background-color: rgb(153,0,43); }
div.DivClassName
{
background-color: #99002B;
}
.BgClassName
{
background-color: #99002B;
}
</style>
border-color css
<style>
span { border-color: #99002B; }
span { border-color: rgb(153,0,43); }
td.TdClassName
{
border-color: #99002B;
}
.TagClassName
{
border-color: #99002B;
}
</style>