Shades of Old Rose #B12357
Tints of Old Rose #B12357
RGB
CMYK
RGB Variations
Color information
#B12357 (or 0xB12357) is known color: Old Rose. HEX triplet: B1, 23 and 57. RGB value is (177,35,87). Sum of RGB (Red+Green+Blue) = 177+35+87=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12357 is #4EDCA8. Grayscale: #535353. Windows color (decimal): -5168297 or 5710769. OLE color: 5710769.
HSL color Cylindrical-coordinate representation of color #B12357: hue angle of 338.03º 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 #B12357 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 87 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.31 |
| HSL | 338.03º | 0.67% | 0.42% | - |
| HSV(B) | 338.03º | 0.8% | 0.69% | - |
| XYZ | 20.45 | 11.24 | 10.11 | - |
| YUV | 83.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 87 | 0 | 0.80 | 0.51 | 0.31 | 338.03 | 0.67 | 0.42 |
| Hex | B1 | 23 | 57 | 0 | 50 | 33 | 1F | 152 | 43 | 2A |
| Octal | 261 | 43 | 127 | 0 | 120 | 63 | 37 | 522 | 103 | 52 |
| Binary | 10110001 | 100011 | 1010111 | 0 | 1010000 | 110011 | 11111 | 101010010 | 1000011 | 101010 |
Color Harmonies of #B12357
Complementary color
Monochromatic Colors of #B12357
Black with #B12357
Text Example
Text Example
White with #B12357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12357; }
p { color: rgb(177,35,87); }
H1.HeaderClassName
{
color: #B12357;
}
.AnyTagClassName
{
color: #B12357;
}
</style>
background-color css
<style>
a { background-color: #B12357; }
a { background-color: rgb(177,35,87); }
div.DivClassName
{
background-color: #B12357;
}
.BgClassName
{
background-color: #B12357;
}
</style>
border-color css
<style>
span { border-color: #B12357; }
span { border-color: rgb(177,35,87); }
td.TdClassName
{
border-color: #B12357;
}
.TagClassName
{
border-color: #B12357;
}
</style>