Shades of Old Rose #B12356
Tints of Old Rose #B12356
RGB
CMYK
RGB Variations
Color information
#B12356 (or 0xB12356) is known color: Old Rose. HEX triplet: B1, 23 and 56. RGB value is (177,35,86). Sum of RGB (Red+Green+Blue) = 177+35+86=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12356 is #4EDCA9. Grayscale: #535353. Windows color (decimal): -5168298 or 5645233. OLE color: 5645233.
HSL color Cylindrical-coordinate representation of color #B12356: hue angle of 338.45º degrees, saturation: 0.67, 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 #B12356 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 86 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.31 |
| HSL | 338.45º | 0.67% | 0.42% | - |
| HSV(B) | 338.45º | 0.8% | 0.69% | - |
| XYZ | 20.41 | 11.22 | 9.89 | - |
| YUV | 83.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 86 | 0 | 0.80 | 0.51 | 0.31 | 338.45 | 0.67 | 0.42 |
| Hex | B1 | 23 | 56 | 0 | 50 | 33 | 1F | 152 | 43 | 2A |
| Octal | 261 | 43 | 126 | 0 | 120 | 63 | 37 | 522 | 103 | 52 |
| Binary | 10110001 | 100011 | 1010110 | 0 | 1010000 | 110011 | 11111 | 101010010 | 1000011 | 101010 |
Color Harmonies of #B12356
Complementary color
Monochromatic Colors of #B12356
Black with #B12356
Text Example
Text Example
White with #B12356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12356; }
p { color: rgb(177,35,86); }
H1.HeaderClassName
{
color: #B12356;
}
.AnyTagClassName
{
color: #B12356;
}
</style>
background-color css
<style>
a { background-color: #B12356; }
a { background-color: rgb(177,35,86); }
div.DivClassName
{
background-color: #B12356;
}
.BgClassName
{
background-color: #B12356;
}
</style>
border-color css
<style>
span { border-color: #B12356; }
span { border-color: rgb(177,35,86); }
td.TdClassName
{
border-color: #B12356;
}
.TagClassName
{
border-color: #B12356;
}
</style>