Shades of Rouge #B42E6B
Tints of Rouge #B42E6B
RGB
CMYK
RGB Variations
Color information
#B42E6B (or 0xB42E6B) is known color: Rouge. HEX triplet: B4, 2E and 6B. RGB value is (180,46,107). Sum of RGB (Red+Green+Blue) = 180+46+107=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E6B is #4BD194. Grayscale: #5C5C5C. Windows color (decimal): -4968853 or 7024308. OLE color: 7024308.
HSL color Cylindrical-coordinate representation of color #B42E6B: hue angle of 332.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E6B is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 107 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.29 |
| HSL | 332.69º | 0.59% | 0.44% | - |
| HSV(B) | 332.69º | 0.74% | 0.71% | - |
| XYZ | 22.45 | 12.72 | 15.18 | - |
| YUV | 93.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 107 | 0 | 0.74 | 0.41 | 0.29 | 332.69 | 0.59 | 0.44 |
| Hex | B4 | 2E | 6B | 0 | 4A | 29 | 1D | 14D | 3B | 2C |
| Octal | 264 | 56 | 153 | 0 | 112 | 51 | 35 | 515 | 73 | 54 |
| Binary | 10110100 | 101110 | 1101011 | 0 | 1001010 | 101001 | 11101 | 101001101 | 111011 | 101100 |
Color Harmonies of #B42E6B
Complementary color
Monochromatic Colors of #B42E6B
Black with #B42E6B
Text Example
Text Example
White with #B42E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E6B; }
p { color: rgb(180,46,107); }
H1.HeaderClassName
{
color: #B42E6B;
}
.AnyTagClassName
{
color: #B42E6B;
}
</style>
background-color css
<style>
a { background-color: #B42E6B; }
a { background-color: rgb(180,46,107); }
div.DivClassName
{
background-color: #B42E6B;
}
.BgClassName
{
background-color: #B42E6B;
}
</style>
border-color css
<style>
span { border-color: #B42E6B; }
span { border-color: rgb(180,46,107); }
td.TdClassName
{
border-color: #B42E6B;
}
.TagClassName
{
border-color: #B42E6B;
}
</style>