Shades of Old Rose #B13145
Tints of Old Rose #B13145
RGB
CMYK
RGB Variations
Color information
#B13145 (or 0xB13145) is known color: Old Rose. HEX triplet: B1, 31 and 45. RGB value is (177,49,69). Sum of RGB (Red+Green+Blue) = 177+49+69=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B13145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13145 is #4ECEBA. Grayscale: #595959. Windows color (decimal): -5164731 or 4534705. OLE color: 4534705.
HSL color Cylindrical-coordinate representation of color #B13145: hue angle of 350.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13145 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 69 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.31 |
| HSL | 350.63º | 0.57% | 0.44% | - |
| HSV(B) | 350.63º | 0.72% | 0.69% | - |
| XYZ | 20.3 | 11.97 | 6.87 | - |
| YUV | 89.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 69 | 0 | 0.72 | 0.61 | 0.31 | 350.63 | 0.57 | 0.44 |
| Hex | B1 | 31 | 45 | 0 | 48 | 3D | 1F | 15F | 39 | 2C |
| Octal | 261 | 61 | 105 | 0 | 110 | 75 | 37 | 537 | 71 | 54 |
| Binary | 10110001 | 110001 | 1000101 | 0 | 1001000 | 111101 | 11111 | 101011111 | 111001 | 101100 |
Color Harmonies of #B13145
Complementary color
Monochromatic Colors of #B13145
Black with #B13145
Text Example
Text Example
White with #B13145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13145; }
p { color: rgb(177,49,69); }
H1.HeaderClassName
{
color: #B13145;
}
.AnyTagClassName
{
color: #B13145;
}
</style>
background-color css
<style>
a { background-color: #B13145; }
a { background-color: rgb(177,49,69); }
div.DivClassName
{
background-color: #B13145;
}
.BgClassName
{
background-color: #B13145;
}
</style>
border-color css
<style>
span { border-color: #B13145; }
span { border-color: rgb(177,49,69); }
td.TdClassName
{
border-color: #B13145;
}
.TagClassName
{
border-color: #B13145;
}
</style>