Shades of Carmine #92011F
Tints of Carmine #92011F
RGB
CMYK
RGB Variations
Color information
#92011F (or 0x92011F) is known color: Carmine. HEX triplet: 92, 01 and 1F. RGB value is (146,1,31). Sum of RGB (Red+Green+Blue) = 146+1+31=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #92011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92011F is #6DFEE0. Grayscale: #2F2F2F. Windows color (decimal): -7208673 or 2032018. OLE color: 2032018.
HSL color Cylindrical-coordinate representation of color #92011F: hue angle of 347.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92011F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.43 |
| HSL | 347.59º | 0.99% | 0.29% | - |
| HSV(B) | 347.59º | 0.99% | 0.57% | - |
| XYZ | 12.11 | 6.23 | 1.86 | - |
| YUV | 47.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 31 | 0 | 0.99 | 0.79 | 0.43 | 347.59 | 0.99 | 0.29 |
| Hex | 92 | 1 | 1F | 0 | 63 | 4F | 2B | 15C | 63 | 1D |
| Octal | 222 | 1 | 37 | 0 | 143 | 117 | 53 | 534 | 143 | 35 |
| Binary | 10010010 | 1 | 11111 | 0 | 1100011 | 1001111 | 101011 | 101011100 | 1100011 | 11101 |
Color Harmonies of #92011F
Complementary color
Monochromatic Colors of #92011F
Black with #92011F
Text Example
Text Example
White with #92011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92011F; }
p { color: rgb(146,1,31); }
H1.HeaderClassName
{
color: #92011F;
}
.AnyTagClassName
{
color: #92011F;
}
</style>
background-color css
<style>
a { background-color: #92011F; }
a { background-color: rgb(146,1,31); }
div.DivClassName
{
background-color: #92011F;
}
.BgClassName
{
background-color: #92011F;
}
</style>
border-color css
<style>
span { border-color: #92011F; }
span { border-color: rgb(146,1,31); }
td.TdClassName
{
border-color: #92011F;
}
.TagClassName
{
border-color: #92011F;
}
</style>