Shades of Medium Carmine #B9352D
Tints of Medium Carmine #B9352D
RGB
CMYK
RGB Variations
Color information
#B9352D (or 0xB9352D) is known color: Medium Carmine. HEX triplet: B9, 35 and 2D. RGB value is (185,53,45). Sum of RGB (Red+Green+Blue) = 185+53+45=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9352D is #46CAD2. Grayscale: #5B5B5B. Windows color (decimal): -4639443 or 2962873. OLE color: 2962873.
HSL color Cylindrical-coordinate representation of color #B9352D: hue angle of 3.43º 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 #B9352D is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 45 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.27 |
| HSL | 3.43º | 0.61% | 0.45% | - |
| HSV(B) | 3.43º | 0.76% | 0.73% | - |
| XYZ | 21.75 | 13.05 | 3.85 | - |
| YUV | 91.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 45 | 0 | 0.71 | 0.76 | 0.27 | 3.43 | 0.61 | 0.45 |
| Hex | B9 | 35 | 2D | 0 | 47 | 4C | 1B | 3 | 3D | 2D |
| Octal | 271 | 65 | 55 | 0 | 107 | 114 | 33 | 3 | 75 | 55 |
| Binary | 10111001 | 110101 | 101101 | 0 | 1000111 | 1001100 | 11011 | 11 | 111101 | 101101 |
Color Harmonies of #B9352D
Complementary color
Monochromatic Colors of #B9352D
Black with #B9352D
Text Example
Text Example
White with #B9352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9352D; }
p { color: rgb(185,53,45); }
H1.HeaderClassName
{
color: #B9352D;
}
.AnyTagClassName
{
color: #B9352D;
}
</style>
background-color css
<style>
a { background-color: #B9352D; }
a { background-color: rgb(185,53,45); }
div.DivClassName
{
background-color: #B9352D;
}
.BgClassName
{
background-color: #B9352D;
}
</style>
border-color css
<style>
span { border-color: #B9352D; }
span { border-color: rgb(185,53,45); }
td.TdClassName
{
border-color: #B9352D;
}
.TagClassName
{
border-color: #B9352D;
}
</style>