Shades of Carmine #99051C
Tints of Carmine #99051C
RGB
CMYK
RGB Variations
Color information
#99051C (or 0x99051C) is known color: Carmine. HEX triplet: 99, 05 and 1C. RGB value is (153,5,28). Sum of RGB (Red+Green+Blue) = 153+5+28=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #99051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99051C is #66FAE3. Grayscale: #333333. Windows color (decimal): -6748900 or 1836441. OLE color: 1836441.
HSL color Cylindrical-coordinate representation of color #99051C: hue angle of 350.68º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99051C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.4 |
| HSL | 350.68º | 0.94% | 0.31% | - |
| HSV(B) | 350.68º | 0.97% | 0.6% | - |
| XYZ | 13.4 | 6.96 | 1.74 | - |
| YUV | 51.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 28 | 0 | 0.97 | 0.82 | 0.4 | 350.68 | 0.94 | 0.31 |
| Hex | 99 | 5 | 1C | 0 | 61 | 52 | 28 | 15F | 5E | 1F |
| Octal | 231 | 5 | 34 | 0 | 141 | 122 | 50 | 537 | 136 | 37 |
| Binary | 10011001 | 101 | 11100 | 0 | 1100001 | 1010010 | 101000 | 101011111 | 1011110 | 11111 |
Color Harmonies of #99051C
Complementary color
Monochromatic Colors of #99051C
Black with #99051C
Text Example
Text Example
White with #99051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99051C; }
p { color: rgb(153,5,28); }
H1.HeaderClassName
{
color: #99051C;
}
.AnyTagClassName
{
color: #99051C;
}
</style>
background-color css
<style>
a { background-color: #99051C; }
a { background-color: rgb(153,5,28); }
div.DivClassName
{
background-color: #99051C;
}
.BgClassName
{
background-color: #99051C;
}
</style>
border-color css
<style>
span { border-color: #99051C; }
span { border-color: rgb(153,5,28); }
td.TdClassName
{
border-color: #99051C;
}
.TagClassName
{
border-color: #99051C;
}
</style>