Shades of Rouge #B42D62
Tints of Rouge #B42D62
RGB
CMYK
RGB Variations
Color information
#B42D62 (or 0xB42D62) is known color: Rouge. HEX triplet: B4, 2D and 62. RGB value is (180,45,98). Sum of RGB (Red+Green+Blue) = 180+45+98=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D62 is #4BD29D. Grayscale: #5B5B5B. Windows color (decimal): -4969118 or 6434228. OLE color: 6434228.
HSL color Cylindrical-coordinate representation of color #B42D62: hue angle of 336.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D62 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 98 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.29 |
| HSL | 336.44º | 0.6% | 0.44% | - |
| HSV(B) | 336.44º | 0.75% | 0.71% | - |
| XYZ | 21.97 | 12.46 | 12.8 | - |
| YUV | 91.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 98 | 0 | 0.75 | 0.46 | 0.29 | 336.44 | 0.6 | 0.44 |
| Hex | B4 | 2D | 62 | 0 | 4B | 2E | 1D | 150 | 3C | 2C |
| Octal | 264 | 55 | 142 | 0 | 113 | 56 | 35 | 520 | 74 | 54 |
| Binary | 10110100 | 101101 | 1100010 | 0 | 1001011 | 101110 | 11101 | 101010000 | 111100 | 101100 |
Color Harmonies of #B42D62
Complementary color
Monochromatic Colors of #B42D62
Black with #B42D62
Text Example
Text Example
White with #B42D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D62; }
p { color: rgb(180,45,98); }
H1.HeaderClassName
{
color: #B42D62;
}
.AnyTagClassName
{
color: #B42D62;
}
</style>
background-color css
<style>
a { background-color: #B42D62; }
a { background-color: rgb(180,45,98); }
div.DivClassName
{
background-color: #B42D62;
}
.BgClassName
{
background-color: #B42D62;
}
</style>
border-color css
<style>
span { border-color: #B42D62; }
span { border-color: rgb(180,45,98); }
td.TdClassName
{
border-color: #B42D62;
}
.TagClassName
{
border-color: #B42D62;
}
</style>