Shades of Old Rose #B13845
Tints of Old Rose #B13845
RGB
CMYK
RGB Variations
Color information
#B13845 (or 0xB13845) is known color: Old Rose. HEX triplet: B1, 38 and 45. RGB value is (177,56,69). Sum of RGB (Red+Green+Blue) = 177+56+69=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B13845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13845 is #4EC7BA. Grayscale: #5D5D5D. Windows color (decimal): -5162939 or 4536497. OLE color: 4536497.
HSL color Cylindrical-coordinate representation of color #B13845: hue angle of 353.55º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13845 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 69 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.31 |
| HSL | 353.55º | 0.52% | 0.46% | - |
| HSV(B) | 353.55º | 0.68% | 0.69% | - |
| XYZ | 20.62 | 12.61 | 6.98 | - |
| YUV | 93.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 69 | 0 | 0.68 | 0.61 | 0.31 | 353.55 | 0.52 | 0.46 |
| Hex | B1 | 38 | 45 | 0 | 44 | 3D | 1F | 162 | 34 | 2E |
| Octal | 261 | 70 | 105 | 0 | 104 | 75 | 37 | 542 | 64 | 56 |
| Binary | 10110001 | 111000 | 1000101 | 0 | 1000100 | 111101 | 11111 | 101100010 | 110100 | 101110 |
Color Harmonies of #B13845
Complementary color
Monochromatic Colors of #B13845
Black with #B13845
Text Example
Text Example
White with #B13845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13845; }
p { color: rgb(177,56,69); }
H1.HeaderClassName
{
color: #B13845;
}
.AnyTagClassName
{
color: #B13845;
}
</style>
background-color css
<style>
a { background-color: #B13845; }
a { background-color: rgb(177,56,69); }
div.DivClassName
{
background-color: #B13845;
}
.BgClassName
{
background-color: #B13845;
}
</style>
border-color css
<style>
span { border-color: #B13845; }
span { border-color: rgb(177,56,69); }
td.TdClassName
{
border-color: #B13845;
}
.TagClassName
{
border-color: #B13845;
}
</style>