Shades of Carmine #99072F
Tints of Carmine #99072F
RGB
CMYK
RGB Variations
Color information
#99072F (or 0x99072F) is known color: Carmine. HEX triplet: 99, 07 and 2F. RGB value is (153,7,47). Sum of RGB (Red+Green+Blue) = 153+7+47=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #99072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99072F is #66F8D0. Grayscale: #373737. Windows color (decimal): -6748369 or 3082137. OLE color: 3082137.
HSL color Cylindrical-coordinate representation of color #99072F: hue angle of 343.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99072F is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.4 |
| HSL | 343.56º | 0.91% | 0.31% | - |
| HSV(B) | 343.56º | 0.95% | 0.6% | - |
| XYZ | 13.73 | 7.13 | 3.34 | - |
| YUV | 55.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 47 | 0 | 0.95 | 0.69 | 0.4 | 343.56 | 0.91 | 0.31 |
| Hex | 99 | 7 | 2F | 0 | 5F | 45 | 28 | 158 | 5B | 1F |
| Octal | 231 | 7 | 57 | 0 | 137 | 105 | 50 | 530 | 133 | 37 |
| Binary | 10011001 | 111 | 101111 | 0 | 1011111 | 1000101 | 101000 | 101011000 | 1011011 | 11111 |
Color Harmonies of #99072F
Complementary color
Monochromatic Colors of #99072F
Black with #99072F
Text Example
Text Example
White with #99072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99072F; }
p { color: rgb(153,7,47); }
H1.HeaderClassName
{
color: #99072F;
}
.AnyTagClassName
{
color: #99072F;
}
</style>
background-color css
<style>
a { background-color: #99072F; }
a { background-color: rgb(153,7,47); }
div.DivClassName
{
background-color: #99072F;
}
.BgClassName
{
background-color: #99072F;
}
</style>
border-color css
<style>
span { border-color: #99072F; }
span { border-color: rgb(153,7,47); }
td.TdClassName
{
border-color: #99072F;
}
.TagClassName
{
border-color: #99072F;
}
</style>