Shades of Rouge #B03565
Tints of Rouge #B03565
RGB
CMYK
RGB Variations
Color information
#B03565 (or 0xB03565) is known color: Rouge. HEX triplet: B0, 35 and 65. RGB value is (176,53,101). Sum of RGB (Red+Green+Blue) = 176+53+101=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03565 is #4FCA9A. Grayscale: #5F5F5F. Windows color (decimal): -5229211 or 6632880. OLE color: 6632880.
HSL color Cylindrical-coordinate representation of color #B03565: hue angle of 336.59º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03565 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 101 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.31 |
| HSL | 336.59º | 0.54% | 0.45% | - |
| HSV(B) | 336.59º | 0.7% | 0.69% | - |
| XYZ | 21.53 | 12.72 | 13.63 | - |
| YUV | 95.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 101 | 0 | 0.70 | 0.43 | 0.31 | 336.59 | 0.54 | 0.45 |
| Hex | B0 | 35 | 65 | 0 | 46 | 2B | 1F | 151 | 36 | 2D |
| Octal | 260 | 65 | 145 | 0 | 106 | 53 | 37 | 521 | 66 | 55 |
| Binary | 10110000 | 110101 | 1100101 | 0 | 1000110 | 101011 | 11111 | 101010001 | 110110 | 101101 |
Color Harmonies of #B03565
Complementary color
Monochromatic Colors of #B03565
Black with #B03565
Text Example
Text Example
White with #B03565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03565; }
p { color: rgb(176,53,101); }
H1.HeaderClassName
{
color: #B03565;
}
.AnyTagClassName
{
color: #B03565;
}
</style>
background-color css
<style>
a { background-color: #B03565; }
a { background-color: rgb(176,53,101); }
div.DivClassName
{
background-color: #B03565;
}
.BgClassName
{
background-color: #B03565;
}
</style>
border-color css
<style>
span { border-color: #B03565; }
span { border-color: rgb(176,53,101); }
td.TdClassName
{
border-color: #B03565;
}
.TagClassName
{
border-color: #B03565;
}
</style>