Shades of Old Rose #B12C47
Tints of Old Rose #B12C47
RGB
CMYK
RGB Variations
Color information
#B12C47 (or 0xB12C47) is known color: Old Rose. HEX triplet: B1, 2C and 47. RGB value is (177,44,71). Sum of RGB (Red+Green+Blue) = 177+44+71=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C47 is #4ED3B8. Grayscale: #565656. Windows color (decimal): -5166009 or 4664497. OLE color: 4664497.
HSL color Cylindrical-coordinate representation of color #B12C47: hue angle of 347.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12C47 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 71 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.31 |
| HSL | 347.82º | 0.6% | 0.43% | - |
| HSV(B) | 347.82º | 0.75% | 0.69% | - |
| XYZ | 20.17 | 11.6 | 7.14 | - |
| YUV | 86.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 71 | 0 | 0.75 | 0.60 | 0.31 | 347.82 | 0.6 | 0.43 |
| Hex | B1 | 2C | 47 | 0 | 4B | 3C | 1F | 15C | 3C | 2B |
| Octal | 261 | 54 | 107 | 0 | 113 | 74 | 37 | 534 | 74 | 53 |
| Binary | 10110001 | 101100 | 1000111 | 0 | 1001011 | 111100 | 11111 | 101011100 | 111100 | 101011 |
Color Harmonies of #B12C47
Complementary color
Monochromatic Colors of #B12C47
Black with #B12C47
Text Example
Text Example
White with #B12C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C47; }
p { color: rgb(177,44,71); }
H1.HeaderClassName
{
color: #B12C47;
}
.AnyTagClassName
{
color: #B12C47;
}
</style>
background-color css
<style>
a { background-color: #B12C47; }
a { background-color: rgb(177,44,71); }
div.DivClassName
{
background-color: #B12C47;
}
.BgClassName
{
background-color: #B12C47;
}
</style>
border-color css
<style>
span { border-color: #B12C47; }
span { border-color: rgb(177,44,71); }
td.TdClassName
{
border-color: #B12C47;
}
.TagClassName
{
border-color: #B12C47;
}
</style>