Shades of Rouge #B13262
Tints of Rouge #B13262
RGB
CMYK
RGB Variations
Color information
#B13262 (or 0xB13262) is known color: Rouge. HEX triplet: B1, 32 and 62. RGB value is (177,50,98). Sum of RGB (Red+Green+Blue) = 177+50+98=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B13262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13262 is #4ECD9D. Grayscale: #5D5D5D. Windows color (decimal): -5164446 or 6435505. OLE color: 6435505.
HSL color Cylindrical-coordinate representation of color #B13262: hue angle of 337.32º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13262 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 98 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.31 |
| HSL | 337.32º | 0.56% | 0.45% | - |
| HSV(B) | 337.32º | 0.72% | 0.69% | - |
| XYZ | 21.48 | 12.51 | 12.84 | - |
| YUV | 93.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 98 | 0 | 0.72 | 0.45 | 0.31 | 337.32 | 0.56 | 0.45 |
| Hex | B1 | 32 | 62 | 0 | 48 | 2D | 1F | 151 | 38 | 2D |
| Octal | 261 | 62 | 142 | 0 | 110 | 55 | 37 | 521 | 70 | 55 |
| Binary | 10110001 | 110010 | 1100010 | 0 | 1001000 | 101101 | 11111 | 101010001 | 111000 | 101101 |
Color Harmonies of #B13262
Complementary color
Monochromatic Colors of #B13262
Black with #B13262
Text Example
Text Example
White with #B13262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13262; }
p { color: rgb(177,50,98); }
H1.HeaderClassName
{
color: #B13262;
}
.AnyTagClassName
{
color: #B13262;
}
</style>
background-color css
<style>
a { background-color: #B13262; }
a { background-color: rgb(177,50,98); }
div.DivClassName
{
background-color: #B13262;
}
.BgClassName
{
background-color: #B13262;
}
</style>
border-color css
<style>
span { border-color: #B13262; }
span { border-color: rgb(177,50,98); }
td.TdClassName
{
border-color: #B13262;
}
.TagClassName
{
border-color: #B13262;
}
</style>