Shades of Old Rose #B12354
Tints of Old Rose #B12354
RGB
CMYK
RGB Variations
Color information
#B12354 (or 0xB12354) is known color: Old Rose. HEX triplet: B1, 23 and 54. RGB value is (177,35,84). Sum of RGB (Red+Green+Blue) = 177+35+84=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B12354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12354 is #4EDCAB. Grayscale: #525252. Windows color (decimal): -5168300 or 5514161. OLE color: 5514161.
HSL color Cylindrical-coordinate representation of color #B12354: hue angle of 339.3º 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 #B12354 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 84 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.31 |
| HSL | 339.3º | 0.67% | 0.42% | - |
| HSV(B) | 339.3º | 0.8% | 0.69% | - |
| XYZ | 20.33 | 11.19 | 9.48 | - |
| YUV | 83.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 84 | 0 | 0.80 | 0.53 | 0.31 | 339.3 | 0.67 | 0.42 |
| Hex | B1 | 23 | 54 | 0 | 50 | 35 | 1F | 153 | 43 | 2A |
| Octal | 261 | 43 | 124 | 0 | 120 | 65 | 37 | 523 | 103 | 52 |
| Binary | 10110001 | 100011 | 1010100 | 0 | 1010000 | 110101 | 11111 | 101010011 | 1000011 | 101010 |
Color Harmonies of #B12354
Complementary color
Monochromatic Colors of #B12354
Black with #B12354
Text Example
Text Example
White with #B12354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12354; }
p { color: rgb(177,35,84); }
H1.HeaderClassName
{
color: #B12354;
}
.AnyTagClassName
{
color: #B12354;
}
</style>
background-color css
<style>
a { background-color: #B12354; }
a { background-color: rgb(177,35,84); }
div.DivClassName
{
background-color: #B12354;
}
.BgClassName
{
background-color: #B12354;
}
</style>
border-color css
<style>
span { border-color: #B12354; }
span { border-color: rgb(177,35,84); }
td.TdClassName
{
border-color: #B12354;
}
.TagClassName
{
border-color: #B12354;
}
</style>