Shades of Rouge #B1345F
Tints of Rouge #B1345F
RGB
CMYK
RGB Variations
Color information
#B1345F (or 0xB1345F) is known color: Rouge. HEX triplet: B1, 34 and 5F. RGB value is (177,52,95). Sum of RGB (Red+Green+Blue) = 177+52+95=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1345F is #4ECBA0. Grayscale: #5E5E5E. Windows color (decimal): -5163937 or 6239409. OLE color: 6239409.
HSL color Cylindrical-coordinate representation of color #B1345F: hue angle of 339.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1345F is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 95 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.31 |
| HSL | 339.36º | 0.55% | 0.45% | - |
| HSV(B) | 339.36º | 0.71% | 0.69% | - |
| XYZ | 21.43 | 12.63 | 12.13 | - |
| YUV | 94.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 95 | 0 | 0.71 | 0.46 | 0.31 | 339.36 | 0.55 | 0.45 |
| Hex | B1 | 34 | 5F | 0 | 47 | 2E | 1F | 153 | 37 | 2D |
| Octal | 261 | 64 | 137 | 0 | 107 | 56 | 37 | 523 | 67 | 55 |
| Binary | 10110001 | 110100 | 1011111 | 0 | 1000111 | 101110 | 11111 | 101010011 | 110111 | 101101 |
Color Harmonies of #B1345F
Complementary color
Monochromatic Colors of #B1345F
Black with #B1345F
Text Example
Text Example
White with #B1345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1345F; }
p { color: rgb(177,52,95); }
H1.HeaderClassName
{
color: #B1345F;
}
.AnyTagClassName
{
color: #B1345F;
}
</style>
background-color css
<style>
a { background-color: #B1345F; }
a { background-color: rgb(177,52,95); }
div.DivClassName
{
background-color: #B1345F;
}
.BgClassName
{
background-color: #B1345F;
}
</style>
border-color css
<style>
span { border-color: #B1345F; }
span { border-color: rgb(177,52,95); }
td.TdClassName
{
border-color: #B1345F;
}
.TagClassName
{
border-color: #B1345F;
}
</style>