Shades of Old Rose #B92C53
Tints of Old Rose #B92C53
RGB
CMYK
RGB Variations
Color information
#B92C53 (or 0xB92C53) is known color: Old Rose. HEX triplet: B9, 2C and 53. RGB value is (185,44,83). Sum of RGB (Red+Green+Blue) = 185+44+83=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C53 is #46D3AC. Grayscale: #5A5A5A. Windows color (decimal): -4641709 or 5450937. OLE color: 5450937.
HSL color Cylindrical-coordinate representation of color #B92C53: hue angle of 343.4º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C53 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 83 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.27 |
| HSL | 343.4º | 0.62% | 0.45% | - |
| HSV(B) | 343.4º | 0.76% | 0.73% | - |
| XYZ | 22.47 | 12.74 | 9.46 | - |
| YUV | 90.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 83 | 0 | 0.76 | 0.55 | 0.27 | 343.4 | 0.62 | 0.45 |
| Hex | B9 | 2C | 53 | 0 | 4C | 37 | 1B | 157 | 3E | 2D |
| Octal | 271 | 54 | 123 | 0 | 114 | 67 | 33 | 527 | 76 | 55 |
| Binary | 10111001 | 101100 | 1010011 | 0 | 1001100 | 110111 | 11011 | 101010111 | 111110 | 101101 |
Color Harmonies of #B92C53
Complementary color
Monochromatic Colors of #B92C53
Black with #B92C53
Text Example
Text Example
White with #B92C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C53; }
p { color: rgb(185,44,83); }
H1.HeaderClassName
{
color: #B92C53;
}
.AnyTagClassName
{
color: #B92C53;
}
</style>
background-color css
<style>
a { background-color: #B92C53; }
a { background-color: rgb(185,44,83); }
div.DivClassName
{
background-color: #B92C53;
}
.BgClassName
{
background-color: #B92C53;
}
</style>
border-color css
<style>
span { border-color: #B92C53; }
span { border-color: rgb(185,44,83); }
td.TdClassName
{
border-color: #B92C53;
}
.TagClassName
{
border-color: #B92C53;
}
</style>