Shades of Medium Carmine #B9372E
Tints of Medium Carmine #B9372E
RGB
CMYK
RGB Variations
Color information
#B9372E (or 0xB9372E) is known color: Medium Carmine. HEX triplet: B9, 37 and 2E. RGB value is (185,55,46). Sum of RGB (Red+Green+Blue) = 185+55+46=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9372E is #46C8D1. Grayscale: #5D5D5D. Windows color (decimal): -4638930 or 3028921. OLE color: 3028921.
HSL color Cylindrical-coordinate representation of color #B9372E: hue angle of 3.88º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9372E is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 46 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.27 |
| HSL | 3.88º | 0.6% | 0.45% | - |
| HSV(B) | 3.88º | 0.75% | 0.73% | - |
| XYZ | 21.87 | 13.24 | 3.99 | - |
| YUV | 92.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 46 | 0 | 0.70 | 0.75 | 0.27 | 3.88 | 0.6 | 0.45 |
| Hex | B9 | 37 | 2E | 0 | 46 | 4B | 1B | 4 | 3C | 2D |
| Octal | 271 | 67 | 56 | 0 | 106 | 113 | 33 | 4 | 74 | 55 |
| Binary | 10111001 | 110111 | 101110 | 0 | 1000110 | 1001011 | 11011 | 100 | 111100 | 101101 |
Color Harmonies of #B9372E
Complementary color
Monochromatic Colors of #B9372E
Black with #B9372E
Text Example
Text Example
White with #B9372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9372E; }
p { color: rgb(185,55,46); }
H1.HeaderClassName
{
color: #B9372E;
}
.AnyTagClassName
{
color: #B9372E;
}
</style>
background-color css
<style>
a { background-color: #B9372E; }
a { background-color: rgb(185,55,46); }
div.DivClassName
{
background-color: #B9372E;
}
.BgClassName
{
background-color: #B9372E;
}
</style>
border-color css
<style>
span { border-color: #B9372E; }
span { border-color: rgb(185,55,46); }
td.TdClassName
{
border-color: #B9372E;
}
.TagClassName
{
border-color: #B9372E;
}
</style>