Shades of Rouge #B4396D
Tints of Rouge #B4396D
RGB
CMYK
RGB Variations
Color information
#B4396D (or 0xB4396D) is known color: Rouge. HEX triplet: B4, 39 and 6D. RGB value is (180,57,109). Sum of RGB (Red+Green+Blue) = 180+57+109=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4396D is #4BC692. Grayscale: #636363. Windows color (decimal): -4966035 or 7158196. OLE color: 7158196.
HSL color Cylindrical-coordinate representation of color #B4396D: hue angle of 334.63º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4396D is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 109 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.29 |
| HSL | 334.63º | 0.52% | 0.46% | - |
| HSV(B) | 334.63º | 0.68% | 0.71% | - |
| XYZ | 23.05 | 13.73 | 15.9 | - |
| YUV | 99.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 109 | 0 | 0.68 | 0.39 | 0.29 | 334.63 | 0.52 | 0.46 |
| Hex | B4 | 39 | 6D | 0 | 44 | 27 | 1D | 14F | 34 | 2E |
| Octal | 264 | 71 | 155 | 0 | 104 | 47 | 35 | 517 | 64 | 56 |
| Binary | 10110100 | 111001 | 1101101 | 0 | 1000100 | 100111 | 11101 | 101001111 | 110100 | 101110 |
Color Harmonies of #B4396D
Complementary color
Monochromatic Colors of #B4396D
Black with #B4396D
Text Example
Text Example
White with #B4396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4396D; }
p { color: rgb(180,57,109); }
H1.HeaderClassName
{
color: #B4396D;
}
.AnyTagClassName
{
color: #B4396D;
}
</style>
background-color css
<style>
a { background-color: #B4396D; }
a { background-color: rgb(180,57,109); }
div.DivClassName
{
background-color: #B4396D;
}
.BgClassName
{
background-color: #B4396D;
}
</style>
border-color css
<style>
span { border-color: #B4396D; }
span { border-color: rgb(180,57,109); }
td.TdClassName
{
border-color: #B4396D;
}
.TagClassName
{
border-color: #B4396D;
}
</style>