Shades of Rouge #B1395D
Tints of Rouge #B1395D
RGB
CMYK
RGB Variations
Color information
#B1395D (or 0xB1395D) is known color: Rouge. HEX triplet: B1, 39 and 5D. RGB value is (177,57,93). Sum of RGB (Red+Green+Blue) = 177+57+93=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1395D is #4EC6A2. Grayscale: #606060. Windows color (decimal): -5162659 or 6109617. OLE color: 6109617.
HSL color Cylindrical-coordinate representation of color #B1395D: hue angle of 342º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1395D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 93 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.31 |
| HSL | 342º | 0.51% | 0.46% | - |
| HSV(B) | 342º | 0.68% | 0.69% | - |
| XYZ | 21.57 | 13.06 | 11.74 | - |
| YUV | 96.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 93 | 0 | 0.68 | 0.47 | 0.31 | 342 | 0.51 | 0.46 |
| Hex | B1 | 39 | 5D | 0 | 44 | 2F | 1F | 156 | 33 | 2E |
| Octal | 261 | 71 | 135 | 0 | 104 | 57 | 37 | 526 | 63 | 56 |
| Binary | 10110001 | 111001 | 1011101 | 0 | 1000100 | 101111 | 11111 | 101010110 | 110011 | 101110 |
Color Harmonies of #B1395D
Complementary color
Monochromatic Colors of #B1395D
Black with #B1395D
Text Example
Text Example
White with #B1395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1395D; }
p { color: rgb(177,57,93); }
H1.HeaderClassName
{
color: #B1395D;
}
.AnyTagClassName
{
color: #B1395D;
}
</style>
background-color css
<style>
a { background-color: #B1395D; }
a { background-color: rgb(177,57,93); }
div.DivClassName
{
background-color: #B1395D;
}
.BgClassName
{
background-color: #B1395D;
}
</style>
border-color css
<style>
span { border-color: #B1395D; }
span { border-color: rgb(177,57,93); }
td.TdClassName
{
border-color: #B1395D;
}
.TagClassName
{
border-color: #B1395D;
}
</style>