Shades of Carmine #921519
Tints of Carmine #921519
RGB
CMYK
RGB Variations
Color information
#921519 (or 0x921519) is known color: Carmine. HEX triplet: 92, 15 and 19. RGB value is (146,21,25). Sum of RGB (Red+Green+Blue) = 146+21+25=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921519 is #6DEAE6. Grayscale: #3A3A3A. Windows color (decimal): -7203559 or 1643922. OLE color: 1643922.
HSL color Cylindrical-coordinate representation of color #921519: hue angle of 358.08º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921519 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 25 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.43 |
| HSL | 358.08º | 0.75% | 0.33% | - |
| HSV(B) | 358.08º | 0.86% | 0.57% | - |
| XYZ | 12.3 | 6.72 | 1.57 | - |
| YUV | 58.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 25 | 0 | 0.86 | 0.83 | 0.43 | 358.08 | 0.75 | 0.33 |
| Hex | 92 | 15 | 19 | 0 | 56 | 53 | 2B | 166 | 4B | 21 |
| Octal | 222 | 25 | 31 | 0 | 126 | 123 | 53 | 546 | 113 | 41 |
| Binary | 10010010 | 10101 | 11001 | 0 | 1010110 | 1010011 | 101011 | 101100110 | 1001011 | 100001 |
Color Harmonies of #921519
Complementary color
Monochromatic Colors of #921519
Black with #921519
Text Example
Text Example
White with #921519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921519; }
p { color: rgb(146,21,25); }
H1.HeaderClassName
{
color: #921519;
}
.AnyTagClassName
{
color: #921519;
}
</style>
background-color css
<style>
a { background-color: #921519; }
a { background-color: rgb(146,21,25); }
div.DivClassName
{
background-color: #921519;
}
.BgClassName
{
background-color: #921519;
}
</style>
border-color css
<style>
span { border-color: #921519; }
span { border-color: rgb(146,21,25); }
td.TdClassName
{
border-color: #921519;
}
.TagClassName
{
border-color: #921519;
}
</style>