Shades of Old Rose #B12153
Tints of Old Rose #B12153
RGB
CMYK
RGB Variations
Color information
#B12153 (or 0xB12153) is known color: Old Rose. HEX triplet: B1, 21 and 53. RGB value is (177,33,83). Sum of RGB (Red+Green+Blue) = 177+33+83=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B12153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12153 is #4EDEAC. Grayscale: #515151. Windows color (decimal): -5168813 or 5448113. OLE color: 5448113.
HSL color Cylindrical-coordinate representation of color #B12153: hue angle of 339.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12153 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 83 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.31 |
| HSL | 339.17º | 0.69% | 0.41% | - |
| HSV(B) | 339.17º | 0.81% | 0.69% | - |
| XYZ | 20.24 | 11.06 | 9.25 | - |
| YUV | 81.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 83 | 0 | 0.81 | 0.53 | 0.31 | 339.17 | 0.69 | 0.41 |
| Hex | B1 | 21 | 53 | 0 | 51 | 35 | 1F | 153 | 45 | 29 |
| Octal | 261 | 41 | 123 | 0 | 121 | 65 | 37 | 523 | 105 | 51 |
| Binary | 10110001 | 100001 | 1010011 | 0 | 1010001 | 110101 | 11111 | 101010011 | 1000101 | 101001 |
Color Harmonies of #B12153
Complementary color
Monochromatic Colors of #B12153
Black with #B12153
Text Example
Text Example
White with #B12153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12153; }
p { color: rgb(177,33,83); }
H1.HeaderClassName
{
color: #B12153;
}
.AnyTagClassName
{
color: #B12153;
}
</style>
background-color css
<style>
a { background-color: #B12153; }
a { background-color: rgb(177,33,83); }
div.DivClassName
{
background-color: #B12153;
}
.BgClassName
{
background-color: #B12153;
}
</style>
border-color css
<style>
span { border-color: #B12153; }
span { border-color: rgb(177,33,83); }
td.TdClassName
{
border-color: #B12153;
}
.TagClassName
{
border-color: #B12153;
}
</style>