Shades of Rouge #B1406D
Tints of Rouge #B1406D
RGB
CMYK
RGB Variations
Color information
#B1406D (or 0xB1406D) is known color: Rouge. HEX triplet: B1, 40 and 6D. RGB value is (177,64,109). Sum of RGB (Red+Green+Blue) = 177+64+109=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1406D is #4EBF92. Grayscale: #666666. Windows color (decimal): -5160851 or 7159985. OLE color: 7159985.
HSL color Cylindrical-coordinate representation of color #B1406D: hue angle of 336.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1406D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 109 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.31 |
| HSL | 336.11º | 0.47% | 0.47% | - |
| HSV(B) | 336.11º | 0.64% | 0.69% | - |
| XYZ | 22.73 | 14.12 | 16 | - |
| YUV | 102.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 109 | 0 | 0.64 | 0.38 | 0.31 | 336.11 | 0.47 | 0.47 |
| Hex | B1 | 40 | 6D | 0 | 40 | 26 | 1F | 150 | 2F | 2F |
| Octal | 261 | 100 | 155 | 0 | 100 | 46 | 37 | 520 | 57 | 57 |
| Binary | 10110001 | 1000000 | 1101101 | 0 | 1000000 | 100110 | 11111 | 101010000 | 101111 | 101111 |
Color Harmonies of #B1406D
Complementary color
Monochromatic Colors of #B1406D
Black with #B1406D
Text Example
Text Example
White with #B1406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1406D; }
p { color: rgb(177,64,109); }
H1.HeaderClassName
{
color: #B1406D;
}
.AnyTagClassName
{
color: #B1406D;
}
</style>
background-color css
<style>
a { background-color: #B1406D; }
a { background-color: rgb(177,64,109); }
div.DivClassName
{
background-color: #B1406D;
}
.BgClassName
{
background-color: #B1406D;
}
</style>
border-color css
<style>
span { border-color: #B1406D; }
span { border-color: rgb(177,64,109); }
td.TdClassName
{
border-color: #B1406D;
}
.TagClassName
{
border-color: #B1406D;
}
</style>