Shades of Rouge #B0405E
Tints of Rouge #B0405E
RGB
CMYK
RGB Variations
Color information
#B0405E (or 0xB0405E) is known color: Rouge. HEX triplet: B0, 40 and 5E. RGB value is (176,64,94). Sum of RGB (Red+Green+Blue) = 176+64+94=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0405E is #4FBFA1. Grayscale: #646464. Windows color (decimal): -5226402 or 6176944. OLE color: 6176944.
HSL color Cylindrical-coordinate representation of color #B0405E: hue angle of 343.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0405E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 94 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.31 |
| HSL | 343.93º | 0.47% | 0.47% | - |
| HSV(B) | 343.93º | 0.64% | 0.69% | - |
| XYZ | 21.76 | 13.71 | 12.09 | - |
| YUV | 100.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 94 | 0 | 0.64 | 0.47 | 0.31 | 343.93 | 0.47 | 0.47 |
| Hex | B0 | 40 | 5E | 0 | 40 | 2F | 1F | 158 | 2F | 2F |
| Octal | 260 | 100 | 136 | 0 | 100 | 57 | 37 | 530 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1011110 | 0 | 1000000 | 101111 | 11111 | 101011000 | 101111 | 101111 |
Color Harmonies of #B0405E
Complementary color
Monochromatic Colors of #B0405E
Black with #B0405E
Text Example
Text Example
White with #B0405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0405E; }
p { color: rgb(176,64,94); }
H1.HeaderClassName
{
color: #B0405E;
}
.AnyTagClassName
{
color: #B0405E;
}
</style>
background-color css
<style>
a { background-color: #B0405E; }
a { background-color: rgb(176,64,94); }
div.DivClassName
{
background-color: #B0405E;
}
.BgClassName
{
background-color: #B0405E;
}
</style>
border-color css
<style>
span { border-color: #B0405E; }
span { border-color: rgb(176,64,94); }
td.TdClassName
{
border-color: #B0405E;
}
.TagClassName
{
border-color: #B0405E;
}
</style>