Shades of Rouge #B13A6F
Tints of Rouge #B13A6F
RGB
CMYK
RGB Variations
Color information
#B13A6F (or 0xB13A6F) is known color: Rouge. HEX triplet: B1, 3A and 6F. RGB value is (177,58,111). Sum of RGB (Red+Green+Blue) = 177+58+111=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A6F is #4EC590. Grayscale: #636363. Windows color (decimal): -5162385 or 7289521. OLE color: 7289521.
HSL color Cylindrical-coordinate representation of color #B13A6F: hue angle of 333.28º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13A6F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 111 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.31 |
| HSL | 333.28º | 0.51% | 0.46% | - |
| HSV(B) | 333.28º | 0.67% | 0.69% | - |
| XYZ | 22.51 | 13.52 | 16.46 | - |
| YUV | 99.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 111 | 0 | 0.67 | 0.37 | 0.31 | 333.28 | 0.51 | 0.46 |
| Hex | B1 | 3A | 6F | 0 | 43 | 25 | 1F | 14D | 33 | 2E |
| Octal | 261 | 72 | 157 | 0 | 103 | 45 | 37 | 515 | 63 | 56 |
| Binary | 10110001 | 111010 | 1101111 | 0 | 1000011 | 100101 | 11111 | 101001101 | 110011 | 101110 |
Color Harmonies of #B13A6F
Complementary color
Monochromatic Colors of #B13A6F
Black with #B13A6F
Text Example
Text Example
White with #B13A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A6F; }
p { color: rgb(177,58,111); }
H1.HeaderClassName
{
color: #B13A6F;
}
.AnyTagClassName
{
color: #B13A6F;
}
</style>
background-color css
<style>
a { background-color: #B13A6F; }
a { background-color: rgb(177,58,111); }
div.DivClassName
{
background-color: #B13A6F;
}
.BgClassName
{
background-color: #B13A6F;
}
</style>
border-color css
<style>
span { border-color: #B13A6F; }
span { border-color: rgb(177,58,111); }
td.TdClassName
{
border-color: #B13A6F;
}
.TagClassName
{
border-color: #B13A6F;
}
</style>