Shades of Carmine #99141C
Tints of Carmine #99141C
RGB
CMYK
RGB Variations
Color information
#99141C (or 0x99141C) is known color: Carmine. HEX triplet: 99, 14 and 1C. RGB value is (153,20,28). Sum of RGB (Red+Green+Blue) = 153+20+28=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99141C is #66EBE3. Grayscale: #3C3C3C. Windows color (decimal): -6745060 or 1840281. OLE color: 1840281.
HSL color Cylindrical-coordinate representation of color #99141C: hue angle of 356.39º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99141C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 28 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.4 |
| HSL | 356.39º | 0.77% | 0.34% | - |
| HSV(B) | 356.39º | 0.87% | 0.6% | - |
| XYZ | 13.6 | 7.36 | 1.8 | - |
| YUV | 60.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 28 | 0 | 0.87 | 0.82 | 0.4 | 356.39 | 0.77 | 0.34 |
| Hex | 99 | 14 | 1C | 0 | 57 | 52 | 28 | 164 | 4D | 22 |
| Octal | 231 | 24 | 34 | 0 | 127 | 122 | 50 | 544 | 115 | 42 |
| Binary | 10011001 | 10100 | 11100 | 0 | 1010111 | 1010010 | 101000 | 101100100 | 1001101 | 100010 |
Color Harmonies of #99141C
Complementary color
Monochromatic Colors of #99141C
Black with #99141C
Text Example
Text Example
White with #99141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99141C; }
p { color: rgb(153,20,28); }
H1.HeaderClassName
{
color: #99141C;
}
.AnyTagClassName
{
color: #99141C;
}
</style>
background-color css
<style>
a { background-color: #99141C; }
a { background-color: rgb(153,20,28); }
div.DivClassName
{
background-color: #99141C;
}
.BgClassName
{
background-color: #99141C;
}
</style>
border-color css
<style>
span { border-color: #99141C; }
span { border-color: rgb(153,20,28); }
td.TdClassName
{
border-color: #99141C;
}
.TagClassName
{
border-color: #99141C;
}
</style>