Shades of Rouge #B03867
Tints of Rouge #B03867
RGB
CMYK
RGB Variations
Color information
#B03867 (or 0xB03867) is known color: Rouge. HEX triplet: B0, 38 and 67. RGB value is (176,56,103). Sum of RGB (Red+Green+Blue) = 176+56+103=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03867 is #4FC798. Grayscale: #616161. Windows color (decimal): -5228441 or 6764720. OLE color: 6764720.
HSL color Cylindrical-coordinate representation of color #B03867: hue angle of 336.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03867 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 103 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.31 |
| HSL | 336.5º | 0.52% | 0.45% | - |
| HSV(B) | 336.5º | 0.68% | 0.69% | - |
| XYZ | 21.77 | 13.04 | 14.2 | - |
| YUV | 97.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 103 | 0 | 0.68 | 0.41 | 0.31 | 336.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 67 | 0 | 44 | 29 | 1F | 150 | 34 | 2D |
| Octal | 260 | 70 | 147 | 0 | 104 | 51 | 37 | 520 | 64 | 55 |
| Binary | 10110000 | 111000 | 1100111 | 0 | 1000100 | 101001 | 11111 | 101010000 | 110100 | 101101 |
Color Harmonies of #B03867
Complementary color
Monochromatic Colors of #B03867
Black with #B03867
Text Example
Text Example
White with #B03867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03867; }
p { color: rgb(176,56,103); }
H1.HeaderClassName
{
color: #B03867;
}
.AnyTagClassName
{
color: #B03867;
}
</style>
background-color css
<style>
a { background-color: #B03867; }
a { background-color: rgb(176,56,103); }
div.DivClassName
{
background-color: #B03867;
}
.BgClassName
{
background-color: #B03867;
}
</style>
border-color css
<style>
span { border-color: #B03867; }
span { border-color: rgb(176,56,103); }
td.TdClassName
{
border-color: #B03867;
}
.TagClassName
{
border-color: #B03867;
}
</style>