Shades of Rouge #B13A70
Tints of Rouge #B13A70
RGB
CMYK
RGB Variations
Color information
#B13A70 (or 0xB13A70) is known color: Rouge. HEX triplet: B1, 3A and 70. RGB value is (177,58,112). Sum of RGB (Red+Green+Blue) = 177+58+112=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A70 is #4EC58F. Grayscale: #636363. Windows color (decimal): -5162384 or 7355057. OLE color: 7355057.
HSL color Cylindrical-coordinate representation of color #B13A70: hue angle of 332.77º 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 #B13A70 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 112 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.31 |
| HSL | 332.77º | 0.51% | 0.46% | - |
| HSV(B) | 332.77º | 0.67% | 0.69% | - |
| XYZ | 22.57 | 13.54 | 16.75 | - |
| YUV | 99.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 112 | 0 | 0.67 | 0.37 | 0.31 | 332.77 | 0.51 | 0.46 |
| Hex | B1 | 3A | 70 | 0 | 43 | 25 | 1F | 14D | 33 | 2E |
| Octal | 261 | 72 | 160 | 0 | 103 | 45 | 37 | 515 | 63 | 56 |
| Binary | 10110001 | 111010 | 1110000 | 0 | 1000011 | 100101 | 11111 | 101001101 | 110011 | 101110 |
Color Harmonies of #B13A70
Complementary color
Monochromatic Colors of #B13A70
Black with #B13A70
Text Example
Text Example
White with #B13A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A70; }
p { color: rgb(177,58,112); }
H1.HeaderClassName
{
color: #B13A70;
}
.AnyTagClassName
{
color: #B13A70;
}
</style>
background-color css
<style>
a { background-color: #B13A70; }
a { background-color: rgb(177,58,112); }
div.DivClassName
{
background-color: #B13A70;
}
.BgClassName
{
background-color: #B13A70;
}
</style>
border-color css
<style>
span { border-color: #B13A70; }
span { border-color: rgb(177,58,112); }
td.TdClassName
{
border-color: #B13A70;
}
.TagClassName
{
border-color: #B13A70;
}
</style>