Shades of Rouge #B42B62
Tints of Rouge #B42B62
RGB
CMYK
RGB Variations
Color information
#B42B62 (or 0xB42B62) is known color: Rouge. HEX triplet: B4, 2B and 62. RGB value is (180,43,98). Sum of RGB (Red+Green+Blue) = 180+43+98=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B62 is #4BD49D. Grayscale: #5A5A5A. Windows color (decimal): -4969630 or 6433716. OLE color: 6433716.
HSL color Cylindrical-coordinate representation of color #B42B62: hue angle of 335.91º 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 #B42B62 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 98 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.29 |
| HSL | 335.91º | 0.61% | 0.44% | - |
| HSV(B) | 335.91º | 0.76% | 0.71% | - |
| XYZ | 21.89 | 12.31 | 12.78 | - |
| YUV | 90.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 98 | 0 | 0.76 | 0.46 | 0.29 | 335.91 | 0.61 | 0.44 |
| Hex | B4 | 2B | 62 | 0 | 4C | 2E | 1D | 150 | 3D | 2C |
| Octal | 264 | 53 | 142 | 0 | 114 | 56 | 35 | 520 | 75 | 54 |
| Binary | 10110100 | 101011 | 1100010 | 0 | 1001100 | 101110 | 11101 | 101010000 | 111101 | 101100 |
Color Harmonies of #B42B62
Complementary color
Monochromatic Colors of #B42B62
Black with #B42B62
Text Example
Text Example
White with #B42B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B62; }
p { color: rgb(180,43,98); }
H1.HeaderClassName
{
color: #B42B62;
}
.AnyTagClassName
{
color: #B42B62;
}
</style>
background-color css
<style>
a { background-color: #B42B62; }
a { background-color: rgb(180,43,98); }
div.DivClassName
{
background-color: #B42B62;
}
.BgClassName
{
background-color: #B42B62;
}
</style>
border-color css
<style>
span { border-color: #B42B62; }
span { border-color: rgb(180,43,98); }
td.TdClassName
{
border-color: #B42B62;
}
.TagClassName
{
border-color: #B42B62;
}
</style>