Shades of Old Rose #B12748
Tints of Old Rose #B12748
RGB
CMYK
RGB Variations
Color information
#B12748 (or 0xB12748) is known color: Old Rose. HEX triplet: B1, 27 and 48. RGB value is (177,39,72). Sum of RGB (Red+Green+Blue) = 177+39+72=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B12748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12748 is #4ED8B7. Grayscale: #545454. Windows color (decimal): -5167288 or 4728753. OLE color: 4728753.
HSL color Cylindrical-coordinate representation of color #B12748: hue angle of 345.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12748 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 72 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.31 |
| HSL | 345.65º | 0.64% | 0.42% | - |
| HSV(B) | 345.65º | 0.78% | 0.69% | - |
| XYZ | 20.03 | 11.27 | 7.25 | - |
| YUV | 84.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 72 | 0 | 0.78 | 0.59 | 0.31 | 345.65 | 0.64 | 0.42 |
| Hex | B1 | 27 | 48 | 0 | 4E | 3B | 1F | 15A | 40 | 2A |
| Octal | 261 | 47 | 110 | 0 | 116 | 73 | 37 | 532 | 100 | 52 |
| Binary | 10110001 | 100111 | 1001000 | 0 | 1001110 | 111011 | 11111 | 101011010 | 1000000 | 101010 |
Color Harmonies of #B12748
Complementary color
Monochromatic Colors of #B12748
Black with #B12748
Text Example
Text Example
White with #B12748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12748; }
p { color: rgb(177,39,72); }
H1.HeaderClassName
{
color: #B12748;
}
.AnyTagClassName
{
color: #B12748;
}
</style>
background-color css
<style>
a { background-color: #B12748; }
a { background-color: rgb(177,39,72); }
div.DivClassName
{
background-color: #B12748;
}
.BgClassName
{
background-color: #B12748;
}
</style>
border-color css
<style>
span { border-color: #B12748; }
span { border-color: rgb(177,39,72); }
td.TdClassName
{
border-color: #B12748;
}
.TagClassName
{
border-color: #B12748;
}
</style>