Shades of Rouge #B42D67
Tints of Rouge #B42D67
RGB
CMYK
RGB Variations
Color information
#B42D67 (or 0xB42D67) is known color: Rouge. HEX triplet: B4, 2D and 67. RGB value is (180,45,103). Sum of RGB (Red+Green+Blue) = 180+45+103=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D67 is #4BD298. Grayscale: #5B5B5B. Windows color (decimal): -4969113 or 6761908. OLE color: 6761908.
HSL color Cylindrical-coordinate representation of color #B42D67: hue angle of 334.22º 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 #B42D67 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 103 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.29 |
| HSL | 334.22º | 0.6% | 0.44% | - |
| HSV(B) | 334.22º | 0.75% | 0.71% | - |
| XYZ | 22.21 | 12.56 | 14.09 | - |
| YUV | 91.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 103 | 0 | 0.75 | 0.43 | 0.29 | 334.22 | 0.6 | 0.44 |
| Hex | B4 | 2D | 67 | 0 | 4B | 2B | 1D | 14E | 3C | 2C |
| Octal | 264 | 55 | 147 | 0 | 113 | 53 | 35 | 516 | 74 | 54 |
| Binary | 10110100 | 101101 | 1100111 | 0 | 1001011 | 101011 | 11101 | 101001110 | 111100 | 101100 |
Color Harmonies of #B42D67
Complementary color
Monochromatic Colors of #B42D67
Black with #B42D67
Text Example
Text Example
White with #B42D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D67; }
p { color: rgb(180,45,103); }
H1.HeaderClassName
{
color: #B42D67;
}
.AnyTagClassName
{
color: #B42D67;
}
</style>
background-color css
<style>
a { background-color: #B42D67; }
a { background-color: rgb(180,45,103); }
div.DivClassName
{
background-color: #B42D67;
}
.BgClassName
{
background-color: #B42D67;
}
</style>
border-color css
<style>
span { border-color: #B42D67; }
span { border-color: rgb(180,45,103); }
td.TdClassName
{
border-color: #B42D67;
}
.TagClassName
{
border-color: #B42D67;
}
</style>