Shades of Rouge #B1266A
Tints of Rouge #B1266A
RGB
CMYK
RGB Variations
Color information
#B1266A (or 0xB1266A) is known color: Rouge. HEX triplet: B1, 26 and 6A. RGB value is (177,38,106). Sum of RGB (Red+Green+Blue) = 177+38+106=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1266A is #4ED995. Grayscale: #575757. Windows color (decimal): -5167510 or 6956721. OLE color: 6956721.
HSL color Cylindrical-coordinate representation of color #B1266A: hue angle of 330.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1266A is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 106 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.31 |
| HSL | 330.65º | 0.65% | 0.42% | - |
| HSV(B) | 330.65º | 0.79% | 0.69% | - |
| XYZ | 21.43 | 11.77 | 14.78 | - |
| YUV | 87.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 106 | 0 | 0.79 | 0.40 | 0.31 | 330.65 | 0.65 | 0.42 |
| Hex | B1 | 26 | 6A | 0 | 4F | 28 | 1F | 14B | 41 | 2A |
| Octal | 261 | 46 | 152 | 0 | 117 | 50 | 37 | 513 | 101 | 52 |
| Binary | 10110001 | 100110 | 1101010 | 0 | 1001111 | 101000 | 11111 | 101001011 | 1000001 | 101010 |
Color Harmonies of #B1266A
Complementary color
Monochromatic Colors of #B1266A
Black with #B1266A
Text Example
Text Example
White with #B1266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1266A; }
p { color: rgb(177,38,106); }
H1.HeaderClassName
{
color: #B1266A;
}
.AnyTagClassName
{
color: #B1266A;
}
</style>
background-color css
<style>
a { background-color: #B1266A; }
a { background-color: rgb(177,38,106); }
div.DivClassName
{
background-color: #B1266A;
}
.BgClassName
{
background-color: #B1266A;
}
</style>
border-color css
<style>
span { border-color: #B1266A; }
span { border-color: rgb(177,38,106); }
td.TdClassName
{
border-color: #B1266A;
}
.TagClassName
{
border-color: #B1266A;
}
</style>