Shades of Old Rose #B12048
Tints of Old Rose #B12048
RGB
CMYK
RGB Variations
Color information
#B12048 (or 0xB12048) is known color: Old Rose. HEX triplet: B1, 20 and 48. RGB value is (177,32,72). Sum of RGB (Red+Green+Blue) = 177+32+72=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B12048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12048 is #4EDFB7. Grayscale: #4F4F4F. Windows color (decimal): -5169080 or 4726961. OLE color: 4726961.
HSL color Cylindrical-coordinate representation of color #B12048: hue angle of 343.45º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12048 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 72 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.31 |
| HSL | 343.45º | 0.69% | 0.41% | - |
| HSV(B) | 343.45º | 0.82% | 0.69% | - |
| XYZ | 19.82 | 10.85 | 7.18 | - |
| YUV | 79.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 72 | 0 | 0.82 | 0.59 | 0.31 | 343.45 | 0.69 | 0.41 |
| Hex | B1 | 20 | 48 | 0 | 52 | 3B | 1F | 157 | 45 | 29 |
| Octal | 261 | 40 | 110 | 0 | 122 | 73 | 37 | 527 | 105 | 51 |
| Binary | 10110001 | 100000 | 1001000 | 0 | 1010010 | 111011 | 11111 | 101010111 | 1000101 | 101001 |
Color Harmonies of #B12048
Complementary color
Monochromatic Colors of #B12048
Black with #B12048
Text Example
Text Example
White with #B12048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12048; }
p { color: rgb(177,32,72); }
H1.HeaderClassName
{
color: #B12048;
}
.AnyTagClassName
{
color: #B12048;
}
</style>
background-color css
<style>
a { background-color: #B12048; }
a { background-color: rgb(177,32,72); }
div.DivClassName
{
background-color: #B12048;
}
.BgClassName
{
background-color: #B12048;
}
</style>
border-color css
<style>
span { border-color: #B12048; }
span { border-color: rgb(177,32,72); }
td.TdClassName
{
border-color: #B12048;
}
.TagClassName
{
border-color: #B12048;
}
</style>