Shades of Rouge #B42967
Tints of Rouge #B42967
RGB
CMYK
RGB Variations
Color information
#B42967 (or 0xB42967) is known color: Rouge. HEX triplet: B4, 29 and 67. RGB value is (180,41,103). Sum of RGB (Red+Green+Blue) = 180+41+103=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B42967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42967 is #4BD698. Grayscale: #595959. Windows color (decimal): -4970137 or 6760884. OLE color: 6760884.
HSL color Cylindrical-coordinate representation of color #B42967: hue angle of 333.24º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42967 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 103 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.29 |
| HSL | 333.24º | 0.63% | 0.43% | - |
| HSV(B) | 333.24º | 0.77% | 0.71% | - |
| XYZ | 22.06 | 12.27 | 14.04 | - |
| YUV | 89.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 103 | 0 | 0.77 | 0.43 | 0.29 | 333.24 | 0.63 | 0.43 |
| Hex | B4 | 29 | 67 | 0 | 4D | 2B | 1D | 14D | 3F | 2B |
| Octal | 264 | 51 | 147 | 0 | 115 | 53 | 35 | 515 | 77 | 53 |
| Binary | 10110100 | 101001 | 1100111 | 0 | 1001101 | 101011 | 11101 | 101001101 | 111111 | 101011 |
Color Harmonies of #B42967
Complementary color
Monochromatic Colors of #B42967
Black with #B42967
Text Example
Text Example
White with #B42967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42967; }
p { color: rgb(180,41,103); }
H1.HeaderClassName
{
color: #B42967;
}
.AnyTagClassName
{
color: #B42967;
}
</style>
background-color css
<style>
a { background-color: #B42967; }
a { background-color: rgb(180,41,103); }
div.DivClassName
{
background-color: #B42967;
}
.BgClassName
{
background-color: #B42967;
}
</style>
border-color css
<style>
span { border-color: #B42967; }
span { border-color: rgb(180,41,103); }
td.TdClassName
{
border-color: #B42967;
}
.TagClassName
{
border-color: #B42967;
}
</style>