Shades of Old Rose #B92153
Tints of Old Rose #B92153
RGB
CMYK
RGB Variations
Color information
#B92153 (or 0xB92153) is known color: Old Rose. HEX triplet: B9, 21 and 53. RGB value is (185,33,83). Sum of RGB (Red+Green+Blue) = 185+33+83=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B92153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92153 is #46DEAC. Grayscale: #545454. Windows color (decimal): -4644525 or 5448121. OLE color: 5448121.
HSL color Cylindrical-coordinate representation of color #B92153: hue angle of 340.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92153 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 83 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.27 |
| HSL | 340.26º | 0.7% | 0.43% | - |
| HSV(B) | 340.26º | 0.82% | 0.73% | - |
| XYZ | 22.11 | 12.03 | 9.34 | - |
| YUV | 84.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 83 | 0 | 0.82 | 0.55 | 0.27 | 340.26 | 0.7 | 0.43 |
| Hex | B9 | 21 | 53 | 0 | 52 | 37 | 1B | 154 | 46 | 2B |
| Octal | 271 | 41 | 123 | 0 | 122 | 67 | 33 | 524 | 106 | 53 |
| Binary | 10111001 | 100001 | 1010011 | 0 | 1010010 | 110111 | 11011 | 101010100 | 1000110 | 101011 |
Color Harmonies of #B92153
Complementary color
Monochromatic Colors of #B92153
Black with #B92153
Text Example
Text Example
White with #B92153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92153; }
p { color: rgb(185,33,83); }
H1.HeaderClassName
{
color: #B92153;
}
.AnyTagClassName
{
color: #B92153;
}
</style>
background-color css
<style>
a { background-color: #B92153; }
a { background-color: rgb(185,33,83); }
div.DivClassName
{
background-color: #B92153;
}
.BgClassName
{
background-color: #B92153;
}
</style>
border-color css
<style>
span { border-color: #B92153; }
span { border-color: rgb(185,33,83); }
td.TdClassName
{
border-color: #B92153;
}
.TagClassName
{
border-color: #B92153;
}
</style>