Shades of Medium Carmine #B9352E
Tints of Medium Carmine #B9352E
RGB
CMYK
RGB Variations
Color information
#B9352E (or 0xB9352E) is known color: Medium Carmine. HEX triplet: B9, 35 and 2E. RGB value is (185,53,46). Sum of RGB (Red+Green+Blue) = 185+53+46=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9352E is #46CAD1. Grayscale: #5B5B5B. Windows color (decimal): -4639442 or 3028409. OLE color: 3028409.
HSL color Cylindrical-coordinate representation of color #B9352E: hue angle of 3.02º 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 #B9352E is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 46 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.27 |
| HSL | 3.02º | 0.6% | 0.45% | - |
| HSV(B) | 3.02º | 0.75% | 0.73% | - |
| XYZ | 21.77 | 13.06 | 3.96 | - |
| YUV | 91.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 46 | 0 | 0.71 | 0.75 | 0.27 | 3.02 | 0.6 | 0.45 |
| Hex | B9 | 35 | 2E | 0 | 47 | 4B | 1B | 3 | 3C | 2D |
| Octal | 271 | 65 | 56 | 0 | 107 | 113 | 33 | 3 | 74 | 55 |
| Binary | 10111001 | 110101 | 101110 | 0 | 1000111 | 1001011 | 11011 | 11 | 111100 | 101101 |
Color Harmonies of #B9352E
Complementary color
Monochromatic Colors of #B9352E
Black with #B9352E
Text Example
Text Example
White with #B9352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9352E; }
p { color: rgb(185,53,46); }
H1.HeaderClassName
{
color: #B9352E;
}
.AnyTagClassName
{
color: #B9352E;
}
</style>
background-color css
<style>
a { background-color: #B9352E; }
a { background-color: rgb(185,53,46); }
div.DivClassName
{
background-color: #B9352E;
}
.BgClassName
{
background-color: #B9352E;
}
</style>
border-color css
<style>
span { border-color: #B9352E; }
span { border-color: rgb(185,53,46); }
td.TdClassName
{
border-color: #B9352E;
}
.TagClassName
{
border-color: #B9352E;
}
</style>