Shades of Old Rose #B92853
Tints of Old Rose #B92853
RGB
CMYK
RGB Variations
Color information
#B92853 (or 0xB92853) is known color: Old Rose. HEX triplet: B9, 28 and 53. RGB value is (185,40,83). Sum of RGB (Red+Green+Blue) = 185+40+83=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B92853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92853 is #46D7AC. Grayscale: #585858. Windows color (decimal): -4642733 or 5449913. OLE color: 5449913.
HSL color Cylindrical-coordinate representation of color #B92853: hue angle of 342.21º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92853 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 83 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.27 |
| HSL | 342.21º | 0.64% | 0.44% | - |
| HSV(B) | 342.21º | 0.78% | 0.73% | - |
| XYZ | 22.33 | 12.46 | 9.41 | - |
| YUV | 88.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 83 | 0 | 0.78 | 0.55 | 0.27 | 342.21 | 0.64 | 0.44 |
| Hex | B9 | 28 | 53 | 0 | 4E | 37 | 1B | 156 | 40 | 2C |
| Octal | 271 | 50 | 123 | 0 | 116 | 67 | 33 | 526 | 100 | 54 |
| Binary | 10111001 | 101000 | 1010011 | 0 | 1001110 | 110111 | 11011 | 101010110 | 1000000 | 101100 |
Color Harmonies of #B92853
Complementary color
Monochromatic Colors of #B92853
Black with #B92853
Text Example
Text Example
White with #B92853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92853; }
p { color: rgb(185,40,83); }
H1.HeaderClassName
{
color: #B92853;
}
.AnyTagClassName
{
color: #B92853;
}
</style>
background-color css
<style>
a { background-color: #B92853; }
a { background-color: rgb(185,40,83); }
div.DivClassName
{
background-color: #B92853;
}
.BgClassName
{
background-color: #B92853;
}
</style>
border-color css
<style>
span { border-color: #B92853; }
span { border-color: rgb(185,40,83); }
td.TdClassName
{
border-color: #B92853;
}
.TagClassName
{
border-color: #B92853;
}
</style>