Shades of Medium Carmine #B9442D
Tints of Medium Carmine #B9442D
RGB
CMYK
RGB Variations
Color information
#B9442D (or 0xB9442D) is known color: Medium Carmine. HEX triplet: B9, 44 and 2D. RGB value is (185,68,45). Sum of RGB (Red+Green+Blue) = 185+68+45=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9442D is #46BBD2. Grayscale: #646464. Windows color (decimal): -4635603 or 2966713. OLE color: 2966713.
HSL color Cylindrical-coordinate representation of color #B9442D: hue angle of 9.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9442D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 45 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.27 |
| HSL | 9.86º | 0.61% | 0.45% | - |
| HSV(B) | 9.86º | 0.76% | 0.73% | - |
| XYZ | 22.55 | 14.64 | 4.12 | - |
| YUV | 100.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 45 | 0 | 0.63 | 0.76 | 0.27 | 9.86 | 0.61 | 0.45 |
| Hex | B9 | 44 | 2D | 0 | 3F | 4C | 1B | A | 3D | 2D |
| Octal | 271 | 104 | 55 | 0 | 77 | 114 | 33 | 12 | 75 | 55 |
| Binary | 10111001 | 1000100 | 101101 | 0 | 111111 | 1001100 | 11011 | 1010 | 111101 | 101101 |
Color Harmonies of #B9442D
Complementary color
Monochromatic Colors of #B9442D
Black with #B9442D
Text Example
Text Example
White with #B9442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9442D; }
p { color: rgb(185,68,45); }
H1.HeaderClassName
{
color: #B9442D;
}
.AnyTagClassName
{
color: #B9442D;
}
</style>
background-color css
<style>
a { background-color: #B9442D; }
a { background-color: rgb(185,68,45); }
div.DivClassName
{
background-color: #B9442D;
}
.BgClassName
{
background-color: #B9442D;
}
</style>
border-color css
<style>
span { border-color: #B9442D; }
span { border-color: rgb(185,68,45); }
td.TdClassName
{
border-color: #B9442D;
}
.TagClassName
{
border-color: #B9442D;
}
</style>