Shades of Rouge #B42665
Tints of Rouge #B42665
RGB
CMYK
RGB Variations
Color information
#B42665 (or 0xB42665) is known color: Rouge. HEX triplet: B4, 26 and 65. RGB value is (180,38,101). Sum of RGB (Red+Green+Blue) = 180+38+101=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42665 is #4BD99A. Grayscale: #575757. Windows color (decimal): -4970907 or 6629044. OLE color: 6629044.
HSL color Cylindrical-coordinate representation of color #B42665: hue angle of 333.38º degrees, saturation: 0.65, 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 #B42665 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 101 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.29 |
| HSL | 333.38º | 0.65% | 0.43% | - |
| HSV(B) | 333.38º | 0.79% | 0.71% | - |
| XYZ | 21.86 | 12.03 | 13.48 | - |
| YUV | 87.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 101 | 0 | 0.79 | 0.44 | 0.29 | 333.38 | 0.65 | 0.43 |
| Hex | B4 | 26 | 65 | 0 | 4F | 2C | 1D | 14D | 41 | 2B |
| Octal | 264 | 46 | 145 | 0 | 117 | 54 | 35 | 515 | 101 | 53 |
| Binary | 10110100 | 100110 | 1100101 | 0 | 1001111 | 101100 | 11101 | 101001101 | 1000001 | 101011 |
Color Harmonies of #B42665
Complementary color
Monochromatic Colors of #B42665
Black with #B42665
Text Example
Text Example
White with #B42665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42665; }
p { color: rgb(180,38,101); }
H1.HeaderClassName
{
color: #B42665;
}
.AnyTagClassName
{
color: #B42665;
}
</style>
background-color css
<style>
a { background-color: #B42665; }
a { background-color: rgb(180,38,101); }
div.DivClassName
{
background-color: #B42665;
}
.BgClassName
{
background-color: #B42665;
}
</style>
border-color css
<style>
span { border-color: #B42665; }
span { border-color: rgb(180,38,101); }
td.TdClassName
{
border-color: #B42665;
}
.TagClassName
{
border-color: #B42665;
}
</style>