Shades of Old Rose #B12046
Tints of Old Rose #B12046
RGB
CMYK
RGB Variations
Color information
#B12046 (or 0xB12046) is known color: Old Rose. HEX triplet: B1, 20 and 46. RGB value is (177,32,70). Sum of RGB (Red+Green+Blue) = 177+32+70=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B12046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12046 is #4EDFB9. Grayscale: #4F4F4F. Windows color (decimal): -5169082 or 4595889. OLE color: 4595889.
HSL color Cylindrical-coordinate representation of color #B12046: hue angle of 344.28º 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 #B12046 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 70 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.31 |
| HSL | 344.28º | 0.69% | 0.41% | - |
| HSV(B) | 344.28º | 0.82% | 0.69% | - |
| XYZ | 19.75 | 10.82 | 6.84 | - |
| YUV | 79.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 70 | 0 | 0.82 | 0.60 | 0.31 | 344.28 | 0.69 | 0.41 |
| Hex | B1 | 20 | 46 | 0 | 52 | 3C | 1F | 158 | 45 | 29 |
| Octal | 261 | 40 | 106 | 0 | 122 | 74 | 37 | 530 | 105 | 51 |
| Binary | 10110001 | 100000 | 1000110 | 0 | 1010010 | 111100 | 11111 | 101011000 | 1000101 | 101001 |
Color Harmonies of #B12046
Complementary color
Monochromatic Colors of #B12046
Black with #B12046
Text Example
Text Example
White with #B12046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12046; }
p { color: rgb(177,32,70); }
H1.HeaderClassName
{
color: #B12046;
}
.AnyTagClassName
{
color: #B12046;
}
</style>
background-color css
<style>
a { background-color: #B12046; }
a { background-color: rgb(177,32,70); }
div.DivClassName
{
background-color: #B12046;
}
.BgClassName
{
background-color: #B12046;
}
</style>
border-color css
<style>
span { border-color: #B12046; }
span { border-color: rgb(177,32,70); }
td.TdClassName
{
border-color: #B12046;
}
.TagClassName
{
border-color: #B12046;
}
</style>