Shades of Carmine #92031B
Tints of Carmine #92031B
RGB
CMYK
RGB Variations
Color information
#92031B (or 0x92031B) is known color: Carmine. HEX triplet: 92, 03 and 1B. RGB value is (146,3,27). Sum of RGB (Red+Green+Blue) = 146+3+27=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #92031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92031B is #6DFCE4. Grayscale: #303030. Windows color (decimal): -7208165 or 1770386. OLE color: 1770386.
HSL color Cylindrical-coordinate representation of color #92031B: hue angle of 349.93º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92031B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.43 |
| HSL | 349.93º | 0.96% | 0.29% | - |
| HSV(B) | 349.93º | 0.98% | 0.57% | - |
| XYZ | 12.08 | 6.26 | 1.61 | - |
| YUV | 48.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 27 | 0 | 0.98 | 0.82 | 0.43 | 349.93 | 0.96 | 0.29 |
| Hex | 92 | 3 | 1B | 0 | 62 | 52 | 2B | 15E | 60 | 1D |
| Octal | 222 | 3 | 33 | 0 | 142 | 122 | 53 | 536 | 140 | 35 |
| Binary | 10010010 | 11 | 11011 | 0 | 1100010 | 1010010 | 101011 | 101011110 | 1100000 | 11101 |
Color Harmonies of #92031B
Complementary color
Monochromatic Colors of #92031B
Black with #92031B
Text Example
Text Example
White with #92031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92031B; }
p { color: rgb(146,3,27); }
H1.HeaderClassName
{
color: #92031B;
}
.AnyTagClassName
{
color: #92031B;
}
</style>
background-color css
<style>
a { background-color: #92031B; }
a { background-color: rgb(146,3,27); }
div.DivClassName
{
background-color: #92031B;
}
.BgClassName
{
background-color: #92031B;
}
</style>
border-color css
<style>
span { border-color: #92031B; }
span { border-color: rgb(146,3,27); }
td.TdClassName
{
border-color: #92031B;
}
.TagClassName
{
border-color: #92031B;
}
</style>