Shades of Rouge #B42F6E
Tints of Rouge #B42F6E
RGB
CMYK
RGB Variations
Color information
#B42F6E (or 0xB42F6E) is known color: Rouge. HEX triplet: B4, 2F and 6E. RGB value is (180,47,110). Sum of RGB (Red+Green+Blue) = 180+47+110=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F6E is #4BD091. Grayscale: #5D5D5D. Windows color (decimal): -4968594 or 7221172. OLE color: 7221172.
HSL color Cylindrical-coordinate representation of color #B42F6E: hue angle of 331.58º 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 #B42F6E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 110 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.29 |
| HSL | 331.58º | 0.59% | 0.45% | - |
| HSV(B) | 331.58º | 0.74% | 0.71% | - |
| XYZ | 22.65 | 12.86 | 16.04 | - |
| YUV | 93.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 110 | 0 | 0.74 | 0.39 | 0.29 | 331.58 | 0.59 | 0.45 |
| Hex | B4 | 2F | 6E | 0 | 4A | 27 | 1D | 14C | 3B | 2D |
| Octal | 264 | 57 | 156 | 0 | 112 | 47 | 35 | 514 | 73 | 55 |
| Binary | 10110100 | 101111 | 1101110 | 0 | 1001010 | 100111 | 11101 | 101001100 | 111011 | 101101 |
Color Harmonies of #B42F6E
Complementary color
Monochromatic Colors of #B42F6E
Black with #B42F6E
Text Example
Text Example
White with #B42F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F6E; }
p { color: rgb(180,47,110); }
H1.HeaderClassName
{
color: #B42F6E;
}
.AnyTagClassName
{
color: #B42F6E;
}
</style>
background-color css
<style>
a { background-color: #B42F6E; }
a { background-color: rgb(180,47,110); }
div.DivClassName
{
background-color: #B42F6E;
}
.BgClassName
{
background-color: #B42F6E;
}
</style>
border-color css
<style>
span { border-color: #B42F6E; }
span { border-color: rgb(180,47,110); }
td.TdClassName
{
border-color: #B42F6E;
}
.TagClassName
{
border-color: #B42F6E;
}
</style>