Shades of Rouge #B4346D
Tints of Rouge #B4346D
RGB
CMYK
RGB Variations
Color information
#B4346D (or 0xB4346D) is known color: Rouge. HEX triplet: B4, 34 and 6D. RGB value is (180,52,109). Sum of RGB (Red+Green+Blue) = 180+52+109=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4346D is #4BCB92. Grayscale: #606060. Windows color (decimal): -4967315 or 7156916. OLE color: 7156916.
HSL color Cylindrical-coordinate representation of color #B4346D: hue angle of 333.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4346D is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 109 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.29 |
| HSL | 333.28º | 0.55% | 0.45% | - |
| HSV(B) | 333.28º | 0.71% | 0.71% | - |
| XYZ | 22.81 | 13.26 | 15.83 | - |
| YUV | 96.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 109 | 0 | 0.71 | 0.39 | 0.29 | 333.28 | 0.55 | 0.45 |
| Hex | B4 | 34 | 6D | 0 | 47 | 27 | 1D | 14D | 37 | 2D |
| Octal | 264 | 64 | 155 | 0 | 107 | 47 | 35 | 515 | 67 | 55 |
| Binary | 10110100 | 110100 | 1101101 | 0 | 1000111 | 100111 | 11101 | 101001101 | 110111 | 101101 |
Color Harmonies of #B4346D
Complementary color
Monochromatic Colors of #B4346D
Black with #B4346D
Text Example
Text Example
White with #B4346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4346D; }
p { color: rgb(180,52,109); }
H1.HeaderClassName
{
color: #B4346D;
}
.AnyTagClassName
{
color: #B4346D;
}
</style>
background-color css
<style>
a { background-color: #B4346D; }
a { background-color: rgb(180,52,109); }
div.DivClassName
{
background-color: #B4346D;
}
.BgClassName
{
background-color: #B4346D;
}
</style>
border-color css
<style>
span { border-color: #B4346D; }
span { border-color: rgb(180,52,109); }
td.TdClassName
{
border-color: #B4346D;
}
.TagClassName
{
border-color: #B4346D;
}
</style>