Shades of Rouge #B03465
Tints of Rouge #B03465
RGB
CMYK
RGB Variations
Color information
#B03465 (or 0xB03465) is known color: Rouge. HEX triplet: B0, 34 and 65. RGB value is (176,52,101). Sum of RGB (Red+Green+Blue) = 176+52+101=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B03465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03465 is #4FCB9A. Grayscale: #5E5E5E. Windows color (decimal): -5229467 or 6632624. OLE color: 6632624.
HSL color Cylindrical-coordinate representation of color #B03465: hue angle of 336.29º 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 #B03465 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 101 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.31 |
| HSL | 336.29º | 0.54% | 0.45% | - |
| HSV(B) | 336.29º | 0.7% | 0.69% | - |
| XYZ | 21.48 | 12.63 | 13.62 | - |
| YUV | 94.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 101 | 0 | 0.70 | 0.43 | 0.31 | 336.29 | 0.54 | 0.45 |
| Hex | B0 | 34 | 65 | 0 | 46 | 2B | 1F | 150 | 36 | 2D |
| Octal | 260 | 64 | 145 | 0 | 106 | 53 | 37 | 520 | 66 | 55 |
| Binary | 10110000 | 110100 | 1100101 | 0 | 1000110 | 101011 | 11111 | 101010000 | 110110 | 101101 |
Color Harmonies of #B03465
Complementary color
Monochromatic Colors of #B03465
Black with #B03465
Text Example
Text Example
White with #B03465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03465; }
p { color: rgb(176,52,101); }
H1.HeaderClassName
{
color: #B03465;
}
.AnyTagClassName
{
color: #B03465;
}
</style>
background-color css
<style>
a { background-color: #B03465; }
a { background-color: rgb(176,52,101); }
div.DivClassName
{
background-color: #B03465;
}
.BgClassName
{
background-color: #B03465;
}
</style>
border-color css
<style>
span { border-color: #B03465; }
span { border-color: rgb(176,52,101); }
td.TdClassName
{
border-color: #B03465;
}
.TagClassName
{
border-color: #B03465;
}
</style>