Shades of Rouge #B9345F
Tints of Rouge #B9345F
RGB
CMYK
RGB Variations
Color information
#B9345F (or 0xB9345F) is known color: Rouge. HEX triplet: B9, 34 and 5F. RGB value is (185,52,95). Sum of RGB (Red+Green+Blue) = 185+52+95=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9345F is #46CBA0. Grayscale: #606060. Windows color (decimal): -4639649 or 6239417. OLE color: 6239417.
HSL color Cylindrical-coordinate representation of color #B9345F: hue angle of 340.6º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9345F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 95 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.27 |
| HSL | 340.6º | 0.56% | 0.46% | - |
| HSV(B) | 340.6º | 0.72% | 0.73% | - |
| XYZ | 23.3 | 13.6 | 12.22 | - |
| YUV | 96.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 95 | 0 | 0.72 | 0.49 | 0.27 | 340.6 | 0.56 | 0.46 |
| Hex | B9 | 34 | 5F | 0 | 48 | 31 | 1B | 155 | 38 | 2E |
| Octal | 271 | 64 | 137 | 0 | 110 | 61 | 33 | 525 | 70 | 56 |
| Binary | 10111001 | 110100 | 1011111 | 0 | 1001000 | 110001 | 11011 | 101010101 | 111000 | 101110 |
Color Harmonies of #B9345F
Complementary color
Monochromatic Colors of #B9345F
Black with #B9345F
Text Example
Text Example
White with #B9345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9345F; }
p { color: rgb(185,52,95); }
H1.HeaderClassName
{
color: #B9345F;
}
.AnyTagClassName
{
color: #B9345F;
}
</style>
background-color css
<style>
a { background-color: #B9345F; }
a { background-color: rgb(185,52,95); }
div.DivClassName
{
background-color: #B9345F;
}
.BgClassName
{
background-color: #B9345F;
}
</style>
border-color css
<style>
span { border-color: #B9345F; }
span { border-color: rgb(185,52,95); }
td.TdClassName
{
border-color: #B9345F;
}
.TagClassName
{
border-color: #B9345F;
}
</style>