Shades of Rouge #B42566
Tints of Rouge #B42566
RGB
CMYK
RGB Variations
Color information
#B42566 (or 0xB42566) is known color: Rouge. HEX triplet: B4, 25 and 66. RGB value is (180,37,102). Sum of RGB (Red+Green+Blue) = 180+37+102=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42566 is #4BDA99. Grayscale: #575757. Windows color (decimal): -4971162 or 6694324. OLE color: 6694324.
HSL color Cylindrical-coordinate representation of color #B42566: hue angle of 332.73º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42566 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 102 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.29 |
| HSL | 332.73º | 0.66% | 0.43% | - |
| HSV(B) | 332.73º | 0.79% | 0.71% | - |
| XYZ | 21.88 | 11.99 | 13.73 | - |
| YUV | 87.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 102 | 0 | 0.79 | 0.43 | 0.29 | 332.73 | 0.66 | 0.43 |
| Hex | B4 | 25 | 66 | 0 | 4F | 2B | 1D | 14D | 42 | 2B |
| Octal | 264 | 45 | 146 | 0 | 117 | 53 | 35 | 515 | 102 | 53 |
| Binary | 10110100 | 100101 | 1100110 | 0 | 1001111 | 101011 | 11101 | 101001101 | 1000010 | 101011 |
Color Harmonies of #B42566
Complementary color
Monochromatic Colors of #B42566
Black with #B42566
Text Example
Text Example
White with #B42566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42566; }
p { color: rgb(180,37,102); }
H1.HeaderClassName
{
color: #B42566;
}
.AnyTagClassName
{
color: #B42566;
}
</style>
background-color css
<style>
a { background-color: #B42566; }
a { background-color: rgb(180,37,102); }
div.DivClassName
{
background-color: #B42566;
}
.BgClassName
{
background-color: #B42566;
}
</style>
border-color css
<style>
span { border-color: #B42566; }
span { border-color: rgb(180,37,102); }
td.TdClassName
{
border-color: #B42566;
}
.TagClassName
{
border-color: #B42566;
}
</style>