Shades of Old Rose #B12447
Tints of Old Rose #B12447
RGB
CMYK
RGB Variations
Color information
#B12447 (or 0xB12447) is known color: Old Rose. HEX triplet: B1, 24 and 47. RGB value is (177,36,71). Sum of RGB (Red+Green+Blue) = 177+36+71=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B12447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12447 is #4EDBB8. Grayscale: #525252. Windows color (decimal): -5168057 or 4662449. OLE color: 4662449.
HSL color Cylindrical-coordinate representation of color #B12447: hue angle of 345.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12447 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 71 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.31 |
| HSL | 345.11º | 0.66% | 0.42% | - |
| HSV(B) | 345.11º | 0.8% | 0.69% | - |
| XYZ | 19.9 | 11.06 | 7.05 | - |
| YUV | 82.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 71 | 0 | 0.80 | 0.60 | 0.31 | 345.11 | 0.66 | 0.42 |
| Hex | B1 | 24 | 47 | 0 | 50 | 3C | 1F | 159 | 42 | 2A |
| Octal | 261 | 44 | 107 | 0 | 120 | 74 | 37 | 531 | 102 | 52 |
| Binary | 10110001 | 100100 | 1000111 | 0 | 1010000 | 111100 | 11111 | 101011001 | 1000010 | 101010 |
Color Harmonies of #B12447
Complementary color
Monochromatic Colors of #B12447
Black with #B12447
Text Example
Text Example
White with #B12447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12447; }
p { color: rgb(177,36,71); }
H1.HeaderClassName
{
color: #B12447;
}
.AnyTagClassName
{
color: #B12447;
}
</style>
background-color css
<style>
a { background-color: #B12447; }
a { background-color: rgb(177,36,71); }
div.DivClassName
{
background-color: #B12447;
}
.BgClassName
{
background-color: #B12447;
}
</style>
border-color css
<style>
span { border-color: #B12447; }
span { border-color: rgb(177,36,71); }
td.TdClassName
{
border-color: #B12447;
}
.TagClassName
{
border-color: #B12447;
}
</style>