Shades of Carmine #99151D
Tints of Carmine #99151D
RGB
CMYK
RGB Variations
Color information
#99151D (or 0x99151D) is known color: Carmine. HEX triplet: 99, 15 and 1D. RGB value is (153,21,29). Sum of RGB (Red+Green+Blue) = 153+21+29=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99151D is #66EAE2. Grayscale: #3D3D3D. Windows color (decimal): -6744803 or 1906073. OLE color: 1906073.
HSL color Cylindrical-coordinate representation of color #99151D: hue angle of 356.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99151D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 29 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.4 |
| HSL | 356.36º | 0.76% | 0.34% | - |
| HSV(B) | 356.36º | 0.86% | 0.6% | - |
| XYZ | 13.63 | 7.4 | 1.87 | - |
| YUV | 61.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 29 | 0 | 0.86 | 0.81 | 0.4 | 356.36 | 0.76 | 0.34 |
| Hex | 99 | 15 | 1D | 0 | 56 | 51 | 28 | 164 | 4C | 22 |
| Octal | 231 | 25 | 35 | 0 | 126 | 121 | 50 | 544 | 114 | 42 |
| Binary | 10011001 | 10101 | 11101 | 0 | 1010110 | 1010001 | 101000 | 101100100 | 1001100 | 100010 |
Color Harmonies of #99151D
Complementary color
Monochromatic Colors of #99151D
Black with #99151D
Text Example
Text Example
White with #99151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99151D; }
p { color: rgb(153,21,29); }
H1.HeaderClassName
{
color: #99151D;
}
.AnyTagClassName
{
color: #99151D;
}
</style>
background-color css
<style>
a { background-color: #99151D; }
a { background-color: rgb(153,21,29); }
div.DivClassName
{
background-color: #99151D;
}
.BgClassName
{
background-color: #99151D;
}
</style>
border-color css
<style>
span { border-color: #99151D; }
span { border-color: rgb(153,21,29); }
td.TdClassName
{
border-color: #99151D;
}
.TagClassName
{
border-color: #99151D;
}
</style>