Shades of Rouge #B1285C
Tints of Rouge #B1285C
RGB
CMYK
RGB Variations
Color information
#B1285C (or 0xB1285C) is known color: Rouge. HEX triplet: B1, 28 and 5C. RGB value is (177,40,92). Sum of RGB (Red+Green+Blue) = 177+40+92=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1285C is #4ED7A3. Grayscale: #565656. Windows color (decimal): -5167012 or 6039729. OLE color: 6039729.
HSL color Cylindrical-coordinate representation of color #B1285C: hue angle of 337.23º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1285C is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 92 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.31 |
| HSL | 337.23º | 0.63% | 0.43% | - |
| HSV(B) | 337.23º | 0.77% | 0.69% | - |
| XYZ | 20.82 | 11.64 | 11.27 | - |
| YUV | 86.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 92 | 0 | 0.77 | 0.48 | 0.31 | 337.23 | 0.63 | 0.43 |
| Hex | B1 | 28 | 5C | 0 | 4D | 30 | 1F | 151 | 3F | 2B |
| Octal | 261 | 50 | 134 | 0 | 115 | 60 | 37 | 521 | 77 | 53 |
| Binary | 10110001 | 101000 | 1011100 | 0 | 1001101 | 110000 | 11111 | 101010001 | 111111 | 101011 |
Color Harmonies of #B1285C
Complementary color
Monochromatic Colors of #B1285C
Black with #B1285C
Text Example
Text Example
White with #B1285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1285C; }
p { color: rgb(177,40,92); }
H1.HeaderClassName
{
color: #B1285C;
}
.AnyTagClassName
{
color: #B1285C;
}
</style>
background-color css
<style>
a { background-color: #B1285C; }
a { background-color: rgb(177,40,92); }
div.DivClassName
{
background-color: #B1285C;
}
.BgClassName
{
background-color: #B1285C;
}
</style>
border-color css
<style>
span { border-color: #B1285C; }
span { border-color: rgb(177,40,92); }
td.TdClassName
{
border-color: #B1285C;
}
.TagClassName
{
border-color: #B1285C;
}
</style>