Shades of Rouge #B3416B
Tints of Rouge #B3416B
RGB
CMYK
RGB Variations
Color information
#B3416B (or 0xB3416B) is known color: Rouge. HEX triplet: B3, 41 and 6B. RGB value is (179,65,107). Sum of RGB (Red+Green+Blue) = 179+65+107=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3416B is #4CBE94. Grayscale: #676767. Windows color (decimal): -5029525 or 7029171. OLE color: 7029171.
HSL color Cylindrical-coordinate representation of color #B3416B: hue angle of 337.89º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3416B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 107 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.30 |
| HSL | 337.89º | 0.47% | 0.48% | - |
| HSV(B) | 337.89º | 0.64% | 0.7% | - |
| XYZ | 23.13 | 14.43 | 15.48 | - |
| YUV | 103.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 107 | 0 | 0.64 | 0.40 | 0.30 | 337.89 | 0.47 | 0.48 |
| Hex | B3 | 41 | 6B | 0 | 40 | 28 | 1E | 152 | 2F | 30 |
| Octal | 263 | 101 | 153 | 0 | 100 | 50 | 36 | 522 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1101011 | 0 | 1000000 | 101000 | 11110 | 101010010 | 101111 | 110000 |
Color Harmonies of #B3416B
Complementary color
Monochromatic Colors of #B3416B
Black with #B3416B
Text Example
Text Example
White with #B3416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3416B; }
p { color: rgb(179,65,107); }
H1.HeaderClassName
{
color: #B3416B;
}
.AnyTagClassName
{
color: #B3416B;
}
</style>
background-color css
<style>
a { background-color: #B3416B; }
a { background-color: rgb(179,65,107); }
div.DivClassName
{
background-color: #B3416B;
}
.BgClassName
{
background-color: #B3416B;
}
</style>
border-color css
<style>
span { border-color: #B3416B; }
span { border-color: rgb(179,65,107); }
td.TdClassName
{
border-color: #B3416B;
}
.TagClassName
{
border-color: #B3416B;
}
</style>