Shades of Rouge #B42F6C
Tints of Rouge #B42F6C
RGB
CMYK
RGB Variations
Color information
#B42F6C (or 0xB42F6C) is known color: Rouge. HEX triplet: B4, 2F and 6C. RGB value is (180,47,108). Sum of RGB (Red+Green+Blue) = 180+47+108=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F6C is #4BD093. Grayscale: #5D5D5D. Windows color (decimal): -4968596 or 7090100. OLE color: 7090100.
HSL color Cylindrical-coordinate representation of color #B42F6C: hue angle of 332.48º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F6C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 108 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.29 |
| HSL | 332.48º | 0.59% | 0.45% | - |
| HSV(B) | 332.48º | 0.74% | 0.71% | - |
| XYZ | 22.55 | 12.82 | 15.47 | - |
| YUV | 93.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 108 | 0 | 0.74 | 0.40 | 0.29 | 332.48 | 0.59 | 0.45 |
| Hex | B4 | 2F | 6C | 0 | 4A | 28 | 1D | 14C | 3B | 2D |
| Octal | 264 | 57 | 154 | 0 | 112 | 50 | 35 | 514 | 73 | 55 |
| Binary | 10110100 | 101111 | 1101100 | 0 | 1001010 | 101000 | 11101 | 101001100 | 111011 | 101101 |
Color Harmonies of #B42F6C
Complementary color
Monochromatic Colors of #B42F6C
Black with #B42F6C
Text Example
Text Example
White with #B42F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F6C; }
p { color: rgb(180,47,108); }
H1.HeaderClassName
{
color: #B42F6C;
}
.AnyTagClassName
{
color: #B42F6C;
}
</style>
background-color css
<style>
a { background-color: #B42F6C; }
a { background-color: rgb(180,47,108); }
div.DivClassName
{
background-color: #B42F6C;
}
.BgClassName
{
background-color: #B42F6C;
}
</style>
border-color css
<style>
span { border-color: #B42F6C; }
span { border-color: rgb(180,47,108); }
td.TdClassName
{
border-color: #B42F6C;
}
.TagClassName
{
border-color: #B42F6C;
}
</style>