Shades of Rouge #B3286C
Tints of Rouge #B3286C
RGB
CMYK
RGB Variations
Color information
#B3286C (or 0xB3286C) is known color: Rouge. HEX triplet: B3, 28 and 6C. RGB value is (179,40,108). Sum of RGB (Red+Green+Blue) = 179+40+108=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3286C is #4CD793. Grayscale: #595959. Windows color (decimal): -5035924 or 7088307. OLE color: 7088307.
HSL color Cylindrical-coordinate representation of color #B3286C: hue angle of 330.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3286C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 108 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.30 |
| HSL | 330.65º | 0.63% | 0.43% | - |
| HSV(B) | 330.65º | 0.78% | 0.7% | - |
| XYZ | 22.06 | 12.18 | 15.38 | - |
| YUV | 89.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 108 | 0 | 0.78 | 0.40 | 0.30 | 330.65 | 0.63 | 0.43 |
| Hex | B3 | 28 | 6C | 0 | 4E | 28 | 1E | 14B | 3F | 2B |
| Octal | 263 | 50 | 154 | 0 | 116 | 50 | 36 | 513 | 77 | 53 |
| Binary | 10110011 | 101000 | 1101100 | 0 | 1001110 | 101000 | 11110 | 101001011 | 111111 | 101011 |
Color Harmonies of #B3286C
Complementary color
Monochromatic Colors of #B3286C
Black with #B3286C
Text Example
Text Example
White with #B3286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3286C; }
p { color: rgb(179,40,108); }
H1.HeaderClassName
{
color: #B3286C;
}
.AnyTagClassName
{
color: #B3286C;
}
</style>
background-color css
<style>
a { background-color: #B3286C; }
a { background-color: rgb(179,40,108); }
div.DivClassName
{
background-color: #B3286C;
}
.BgClassName
{
background-color: #B3286C;
}
</style>
border-color css
<style>
span { border-color: #B3286C; }
span { border-color: rgb(179,40,108); }
td.TdClassName
{
border-color: #B3286C;
}
.TagClassName
{
border-color: #B3286C;
}
</style>