Shades of Carmine #920B2B
Tints of Carmine #920B2B
RGB
CMYK
RGB Variations
Color information
#920B2B (or 0x920B2B) is known color: Carmine. HEX triplet: 92, 0B and 2B. RGB value is (146,11,43). Sum of RGB (Red+Green+Blue) = 146+11+43=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #920B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B2B is #6DF4D4. Grayscale: #373737. Windows color (decimal): -7206101 or 2821010. OLE color: 2821010.
HSL color Cylindrical-coordinate representation of color #920B2B: hue angle of 345.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B2B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 43 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.43 |
| HSL | 345.78º | 0.86% | 0.31% | - |
| HSV(B) | 345.78º | 0.92% | 0.57% | - |
| XYZ | 12.41 | 6.52 | 2.89 | - |
| YUV | 55.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 43 | 0 | 0.92 | 0.71 | 0.43 | 345.78 | 0.86 | 0.31 |
| Hex | 92 | B | 2B | 0 | 5C | 47 | 2B | 15A | 56 | 1F |
| Octal | 222 | 13 | 53 | 0 | 134 | 107 | 53 | 532 | 126 | 37 |
| Binary | 10010010 | 1011 | 101011 | 0 | 1011100 | 1000111 | 101011 | 101011010 | 1010110 | 11111 |
Color Harmonies of #920B2B
Complementary color
Monochromatic Colors of #920B2B
Black with #920B2B
Text Example
Text Example
White with #920B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B2B; }
p { color: rgb(146,11,43); }
H1.HeaderClassName
{
color: #920B2B;
}
.AnyTagClassName
{
color: #920B2B;
}
</style>
background-color css
<style>
a { background-color: #920B2B; }
a { background-color: rgb(146,11,43); }
div.DivClassName
{
background-color: #920B2B;
}
.BgClassName
{
background-color: #920B2B;
}
</style>
border-color css
<style>
span { border-color: #920B2B; }
span { border-color: rgb(146,11,43); }
td.TdClassName
{
border-color: #920B2B;
}
.TagClassName
{
border-color: #920B2B;
}
</style>