Shades of Rouge #B42B5D
Tints of Rouge #B42B5D
RGB
CMYK
RGB Variations
Color information
#B42B5D (or 0xB42B5D) is known color: Rouge. HEX triplet: B4, 2B and 5D. RGB value is (180,43,93). Sum of RGB (Red+Green+Blue) = 180+43+93=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B5D is #4BD4A2. Grayscale: #595959. Windows color (decimal): -4969635 or 6106036. OLE color: 6106036.
HSL color Cylindrical-coordinate representation of color #B42B5D: hue angle of 338.1º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B5D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 93 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.29 |
| HSL | 338.1º | 0.61% | 0.44% | - |
| HSV(B) | 338.1º | 0.76% | 0.71% | - |
| XYZ | 21.66 | 12.22 | 11.57 | - |
| YUV | 89.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 93 | 0 | 0.76 | 0.48 | 0.29 | 338.1 | 0.61 | 0.44 |
| Hex | B4 | 2B | 5D | 0 | 4C | 30 | 1D | 152 | 3D | 2C |
| Octal | 264 | 53 | 135 | 0 | 114 | 60 | 35 | 522 | 75 | 54 |
| Binary | 10110100 | 101011 | 1011101 | 0 | 1001100 | 110000 | 11101 | 101010010 | 111101 | 101100 |
Color Harmonies of #B42B5D
Complementary color
Monochromatic Colors of #B42B5D
Black with #B42B5D
Text Example
Text Example
White with #B42B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B5D; }
p { color: rgb(180,43,93); }
H1.HeaderClassName
{
color: #B42B5D;
}
.AnyTagClassName
{
color: #B42B5D;
}
</style>
background-color css
<style>
a { background-color: #B42B5D; }
a { background-color: rgb(180,43,93); }
div.DivClassName
{
background-color: #B42B5D;
}
.BgClassName
{
background-color: #B42B5D;
}
</style>
border-color css
<style>
span { border-color: #B42B5D; }
span { border-color: rgb(180,43,93); }
td.TdClassName
{
border-color: #B42B5D;
}
.TagClassName
{
border-color: #B42B5D;
}
</style>