Shades of Rouge #B42961
Tints of Rouge #B42961
RGB
CMYK
RGB Variations
Color information
#B42961 (or 0xB42961) is known color: Rouge. HEX triplet: B4, 29 and 61. RGB value is (180,41,97). Sum of RGB (Red+Green+Blue) = 180+41+97=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B42961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42961 is #4BD69E. Grayscale: #585858. Windows color (decimal): -4970143 or 6367668. OLE color: 6367668.
HSL color Cylindrical-coordinate representation of color #B42961: hue angle of 335.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42961 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 97 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.29 |
| HSL | 335.83º | 0.63% | 0.43% | - |
| HSV(B) | 335.83º | 0.77% | 0.71% | - |
| XYZ | 21.77 | 12.15 | 12.51 | - |
| YUV | 88.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 97 | 0 | 0.77 | 0.46 | 0.29 | 335.83 | 0.63 | 0.43 |
| Hex | B4 | 29 | 61 | 0 | 4D | 2E | 1D | 150 | 3F | 2B |
| Octal | 264 | 51 | 141 | 0 | 115 | 56 | 35 | 520 | 77 | 53 |
| Binary | 10110100 | 101001 | 1100001 | 0 | 1001101 | 101110 | 11101 | 101010000 | 111111 | 101011 |
Color Harmonies of #B42961
Complementary color
Monochromatic Colors of #B42961
Black with #B42961
Text Example
Text Example
White with #B42961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42961; }
p { color: rgb(180,41,97); }
H1.HeaderClassName
{
color: #B42961;
}
.AnyTagClassName
{
color: #B42961;
}
</style>
background-color css
<style>
a { background-color: #B42961; }
a { background-color: rgb(180,41,97); }
div.DivClassName
{
background-color: #B42961;
}
.BgClassName
{
background-color: #B42961;
}
</style>
border-color css
<style>
span { border-color: #B42961; }
span { border-color: rgb(180,41,97); }
td.TdClassName
{
border-color: #B42961;
}
.TagClassName
{
border-color: #B42961;
}
</style>