Shades of Rouge #B03468
Tints of Rouge #B03468
RGB
CMYK
RGB Variations
Color information
#B03468 (or 0xB03468) is known color: Rouge. HEX triplet: B0, 34 and 68. RGB value is (176,52,104). Sum of RGB (Red+Green+Blue) = 176+52+104=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03468 is #4FCB97. Grayscale: #5E5E5E. Windows color (decimal): -5229464 or 6829232. OLE color: 6829232.
HSL color Cylindrical-coordinate representation of color #B03468: hue angle of 334.84º 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 #B03468 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 104 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.31 |
| HSL | 334.84º | 0.54% | 0.45% | - |
| HSV(B) | 334.84º | 0.7% | 0.69% | - |
| XYZ | 21.63 | 12.69 | 14.41 | - |
| YUV | 95 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 104 | 0 | 0.70 | 0.41 | 0.31 | 334.84 | 0.54 | 0.45 |
| Hex | B0 | 34 | 68 | 0 | 46 | 29 | 1F | 14F | 36 | 2D |
| Octal | 260 | 64 | 150 | 0 | 106 | 51 | 37 | 517 | 66 | 55 |
| Binary | 10110000 | 110100 | 1101000 | 0 | 1000110 | 101001 | 11111 | 101001111 | 110110 | 101101 |
Color Harmonies of #B03468
Complementary color
Monochromatic Colors of #B03468
Black with #B03468
Text Example
Text Example
White with #B03468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03468; }
p { color: rgb(176,52,104); }
H1.HeaderClassName
{
color: #B03468;
}
.AnyTagClassName
{
color: #B03468;
}
</style>
background-color css
<style>
a { background-color: #B03468; }
a { background-color: rgb(176,52,104); }
div.DivClassName
{
background-color: #B03468;
}
.BgClassName
{
background-color: #B03468;
}
</style>
border-color css
<style>
span { border-color: #B03468; }
span { border-color: rgb(176,52,104); }
td.TdClassName
{
border-color: #B03468;
}
.TagClassName
{
border-color: #B03468;
}
</style>