Shades of Rouge #B1306F
Tints of Rouge #B1306F
RGB
CMYK
RGB Variations
Color information
#B1306F (or 0xB1306F) is known color: Rouge. HEX triplet: B1, 30 and 6F. RGB value is (177,48,111). Sum of RGB (Red+Green+Blue) = 177+48+111=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1306F is #4ECF90. Grayscale: #5D5D5D. Windows color (decimal): -5164945 or 7286961. OLE color: 7286961.
HSL color Cylindrical-coordinate representation of color #B1306F: hue angle of 330.7º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1306F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 111 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.31 |
| HSL | 330.7º | 0.57% | 0.44% | - |
| HSV(B) | 330.7º | 0.73% | 0.69% | - |
| XYZ | 22.06 | 12.61 | 16.31 | - |
| YUV | 93.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 111 | 0 | 0.73 | 0.37 | 0.31 | 330.7 | 0.57 | 0.44 |
| Hex | B1 | 30 | 6F | 0 | 49 | 25 | 1F | 14B | 39 | 2C |
| Octal | 261 | 60 | 157 | 0 | 111 | 45 | 37 | 513 | 71 | 54 |
| Binary | 10110001 | 110000 | 1101111 | 0 | 1001001 | 100101 | 11111 | 101001011 | 111001 | 101100 |
Color Harmonies of #B1306F
Complementary color
Monochromatic Colors of #B1306F
Black with #B1306F
Text Example
Text Example
White with #B1306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1306F; }
p { color: rgb(177,48,111); }
H1.HeaderClassName
{
color: #B1306F;
}
.AnyTagClassName
{
color: #B1306F;
}
</style>
background-color css
<style>
a { background-color: #B1306F; }
a { background-color: rgb(177,48,111); }
div.DivClassName
{
background-color: #B1306F;
}
.BgClassName
{
background-color: #B1306F;
}
</style>
border-color css
<style>
span { border-color: #B1306F; }
span { border-color: rgb(177,48,111); }
td.TdClassName
{
border-color: #B1306F;
}
.TagClassName
{
border-color: #B1306F;
}
</style>