Shades of Rouge #B42D6A
Tints of Rouge #B42D6A
RGB
CMYK
RGB Variations
Color information
#B42D6A (or 0xB42D6A) is known color: Rouge. HEX triplet: B4, 2D and 6A. RGB value is (180,45,106). Sum of RGB (Red+Green+Blue) = 180+45+106=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D6A is #4BD295. Grayscale: #5C5C5C. Windows color (decimal): -4969110 or 6958516. OLE color: 6958516.
HSL color Cylindrical-coordinate representation of color #B42D6A: hue angle of 332.89º 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 #B42D6A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 106 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.29 |
| HSL | 332.89º | 0.6% | 0.44% | - |
| HSV(B) | 332.89º | 0.75% | 0.71% | - |
| XYZ | 22.36 | 12.62 | 14.89 | - |
| YUV | 92.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 106 | 0 | 0.75 | 0.41 | 0.29 | 332.89 | 0.6 | 0.44 |
| Hex | B4 | 2D | 6A | 0 | 4B | 29 | 1D | 14D | 3C | 2C |
| Octal | 264 | 55 | 152 | 0 | 113 | 51 | 35 | 515 | 74 | 54 |
| Binary | 10110100 | 101101 | 1101010 | 0 | 1001011 | 101001 | 11101 | 101001101 | 111100 | 101100 |
Color Harmonies of #B42D6A
Complementary color
Monochromatic Colors of #B42D6A
Black with #B42D6A
Text Example
Text Example
White with #B42D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D6A; }
p { color: rgb(180,45,106); }
H1.HeaderClassName
{
color: #B42D6A;
}
.AnyTagClassName
{
color: #B42D6A;
}
</style>
background-color css
<style>
a { background-color: #B42D6A; }
a { background-color: rgb(180,45,106); }
div.DivClassName
{
background-color: #B42D6A;
}
.BgClassName
{
background-color: #B42D6A;
}
</style>
border-color css
<style>
span { border-color: #B42D6A; }
span { border-color: rgb(180,45,106); }
td.TdClassName
{
border-color: #B42D6A;
}
.TagClassName
{
border-color: #B42D6A;
}
</style>