Shades of Old Rose #B1214C
Tints of Old Rose #B1214C
RGB
CMYK
RGB Variations
Color information
#B1214C (or 0xB1214C) is known color: Old Rose. HEX triplet: B1, 21 and 4C. RGB value is (177,33,76). Sum of RGB (Red+Green+Blue) = 177+33+76=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1214C is #4EDEB3. Grayscale: #505050. Windows color (decimal): -5168820 or 4989361. OLE color: 4989361.
HSL color Cylindrical-coordinate representation of color #B1214C: hue angle of 342.08º 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 #B1214C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 76 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.31 |
| HSL | 342.08º | 0.69% | 0.41% | - |
| HSV(B) | 342.08º | 0.81% | 0.69% | - |
| XYZ | 19.98 | 10.96 | 7.9 | - |
| YUV | 80.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 76 | 0 | 0.81 | 0.57 | 0.31 | 342.08 | 0.69 | 0.41 |
| Hex | B1 | 21 | 4C | 0 | 51 | 39 | 1F | 156 | 45 | 29 |
| Octal | 261 | 41 | 114 | 0 | 121 | 71 | 37 | 526 | 105 | 51 |
| Binary | 10110001 | 100001 | 1001100 | 0 | 1010001 | 111001 | 11111 | 101010110 | 1000101 | 101001 |
Color Harmonies of #B1214C
Complementary color
Monochromatic Colors of #B1214C
Black with #B1214C
Text Example
Text Example
White with #B1214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1214C; }
p { color: rgb(177,33,76); }
H1.HeaderClassName
{
color: #B1214C;
}
.AnyTagClassName
{
color: #B1214C;
}
</style>
background-color css
<style>
a { background-color: #B1214C; }
a { background-color: rgb(177,33,76); }
div.DivClassName
{
background-color: #B1214C;
}
.BgClassName
{
background-color: #B1214C;
}
</style>
border-color css
<style>
span { border-color: #B1214C; }
span { border-color: rgb(177,33,76); }
td.TdClassName
{
border-color: #B1214C;
}
.TagClassName
{
border-color: #B1214C;
}
</style>