Shades of Old Rose #B92452
Tints of Old Rose #B92452
RGB
CMYK
RGB Variations
Color information
#B92452 (or 0xB92452) is known color: Old Rose. HEX triplet: B9, 24 and 52. RGB value is (185,36,82). Sum of RGB (Red+Green+Blue) = 185+36+82=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B92452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92452 is #46DBAD. Grayscale: #555555. Windows color (decimal): -4643758 or 5383353. OLE color: 5383353.
HSL color Cylindrical-coordinate representation of color #B92452: hue angle of 341.48º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92452 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 82 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.27 |
| HSL | 341.48º | 0.67% | 0.43% | - |
| HSV(B) | 341.48º | 0.81% | 0.73% | - |
| XYZ | 22.16 | 12.19 | 9.17 | - |
| YUV | 85.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 82 | 0 | 0.81 | 0.56 | 0.27 | 341.48 | 0.67 | 0.43 |
| Hex | B9 | 24 | 52 | 0 | 51 | 38 | 1B | 155 | 43 | 2B |
| Octal | 271 | 44 | 122 | 0 | 121 | 70 | 33 | 525 | 103 | 53 |
| Binary | 10111001 | 100100 | 1010010 | 0 | 1010001 | 111000 | 11011 | 101010101 | 1000011 | 101011 |
Color Harmonies of #B92452
Complementary color
Monochromatic Colors of #B92452
Black with #B92452
Text Example
Text Example
White with #B92452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92452; }
p { color: rgb(185,36,82); }
H1.HeaderClassName
{
color: #B92452;
}
.AnyTagClassName
{
color: #B92452;
}
</style>
background-color css
<style>
a { background-color: #B92452; }
a { background-color: rgb(185,36,82); }
div.DivClassName
{
background-color: #B92452;
}
.BgClassName
{
background-color: #B92452;
}
</style>
border-color css
<style>
span { border-color: #B92452; }
span { border-color: rgb(185,36,82); }
td.TdClassName
{
border-color: #B92452;
}
.TagClassName
{
border-color: #B92452;
}
</style>