Shades of Rouge #B1426B
Tints of Rouge #B1426B
RGB
CMYK
RGB Variations
Color information
#B1426B (or 0xB1426B) is known color: Rouge. HEX triplet: B1, 42 and 6B. RGB value is (177,66,107). Sum of RGB (Red+Green+Blue) = 177+66+107=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1426B is #4EBD94. Grayscale: #676767. Windows color (decimal): -5160341 or 7029425. OLE color: 7029425.
HSL color Cylindrical-coordinate representation of color #B1426B: hue angle of 337.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1426B is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 107 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.31 |
| HSL | 337.84º | 0.46% | 0.48% | - |
| HSV(B) | 337.84º | 0.63% | 0.69% | - |
| XYZ | 22.73 | 14.31 | 15.47 | - |
| YUV | 103.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 107 | 0 | 0.63 | 0.40 | 0.31 | 337.84 | 0.46 | 0.48 |
| Hex | B1 | 42 | 6B | 0 | 3F | 28 | 1F | 152 | 2E | 30 |
| Octal | 261 | 102 | 153 | 0 | 77 | 50 | 37 | 522 | 56 | 60 |
| Binary | 10110001 | 1000010 | 1101011 | 0 | 111111 | 101000 | 11111 | 101010010 | 101110 | 110000 |
Color Harmonies of #B1426B
Complementary color
Monochromatic Colors of #B1426B
Black with #B1426B
Text Example
Text Example
White with #B1426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1426B; }
p { color: rgb(177,66,107); }
H1.HeaderClassName
{
color: #B1426B;
}
.AnyTagClassName
{
color: #B1426B;
}
</style>
background-color css
<style>
a { background-color: #B1426B; }
a { background-color: rgb(177,66,107); }
div.DivClassName
{
background-color: #B1426B;
}
.BgClassName
{
background-color: #B1426B;
}
</style>
border-color css
<style>
span { border-color: #B1426B; }
span { border-color: rgb(177,66,107); }
td.TdClassName
{
border-color: #B1426B;
}
.TagClassName
{
border-color: #B1426B;
}
</style>