Shades of Rouge #B03260
Tints of Rouge #B03260
RGB
CMYK
RGB Variations
Color information
#B03260 (or 0xB03260) is known color: Rouge. HEX triplet: B0, 32 and 60. RGB value is (176,50,96). Sum of RGB (Red+Green+Blue) = 176+50+96=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B03260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03260 is #4FCD9F. Grayscale: #5C5C5C. Windows color (decimal): -5229984 or 6304432. OLE color: 6304432.
HSL color Cylindrical-coordinate representation of color #B03260: hue angle of 338.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03260 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 96 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.31 |
| HSL | 338.1º | 0.56% | 0.44% | - |
| HSV(B) | 338.1º | 0.72% | 0.69% | - |
| XYZ | 21.16 | 12.36 | 12.34 | - |
| YUV | 92.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 96 | 0 | 0.72 | 0.45 | 0.31 | 338.1 | 0.56 | 0.44 |
| Hex | B0 | 32 | 60 | 0 | 48 | 2D | 1F | 152 | 38 | 2C |
| Octal | 260 | 62 | 140 | 0 | 110 | 55 | 37 | 522 | 70 | 54 |
| Binary | 10110000 | 110010 | 1100000 | 0 | 1001000 | 101101 | 11111 | 101010010 | 111000 | 101100 |
Color Harmonies of #B03260
Complementary color
Monochromatic Colors of #B03260
Black with #B03260
Text Example
Text Example
White with #B03260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03260; }
p { color: rgb(176,50,96); }
H1.HeaderClassName
{
color: #B03260;
}
.AnyTagClassName
{
color: #B03260;
}
</style>
background-color css
<style>
a { background-color: #B03260; }
a { background-color: rgb(176,50,96); }
div.DivClassName
{
background-color: #B03260;
}
.BgClassName
{
background-color: #B03260;
}
</style>
border-color css
<style>
span { border-color: #B03260; }
span { border-color: rgb(176,50,96); }
td.TdClassName
{
border-color: #B03260;
}
.TagClassName
{
border-color: #B03260;
}
</style>