Shades of Rouge #B42966
Tints of Rouge #B42966
RGB
CMYK
RGB Variations
Color information
#B42966 (or 0xB42966) is known color: Rouge. HEX triplet: B4, 29 and 66. RGB value is (180,41,102). Sum of RGB (Red+Green+Blue) = 180+41+102=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B42966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42966 is #4BD699. Grayscale: #595959. Windows color (decimal): -4970138 or 6695348. OLE color: 6695348.
HSL color Cylindrical-coordinate representation of color #B42966: hue angle of 333.67º 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 #B42966 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 102 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.29 |
| HSL | 333.67º | 0.63% | 0.43% | - |
| HSV(B) | 333.67º | 0.77% | 0.71% | - |
| XYZ | 22.01 | 12.25 | 13.77 | - |
| YUV | 89.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 102 | 0 | 0.77 | 0.43 | 0.29 | 333.67 | 0.63 | 0.43 |
| Hex | B4 | 29 | 66 | 0 | 4D | 2B | 1D | 14E | 3F | 2B |
| Octal | 264 | 51 | 146 | 0 | 115 | 53 | 35 | 516 | 77 | 53 |
| Binary | 10110100 | 101001 | 1100110 | 0 | 1001101 | 101011 | 11101 | 101001110 | 111111 | 101011 |
Color Harmonies of #B42966
Complementary color
Monochromatic Colors of #B42966
Black with #B42966
Text Example
Text Example
White with #B42966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42966; }
p { color: rgb(180,41,102); }
H1.HeaderClassName
{
color: #B42966;
}
.AnyTagClassName
{
color: #B42966;
}
</style>
background-color css
<style>
a { background-color: #B42966; }
a { background-color: rgb(180,41,102); }
div.DivClassName
{
background-color: #B42966;
}
.BgClassName
{
background-color: #B42966;
}
</style>
border-color css
<style>
span { border-color: #B42966; }
span { border-color: rgb(180,41,102); }
td.TdClassName
{
border-color: #B42966;
}
.TagClassName
{
border-color: #B42966;
}
</style>