Shades of Old Rose #B92D4D
Tints of Old Rose #B92D4D
RGB
CMYK
RGB Variations
Color information
#B92D4D (or 0xB92D4D) is known color: Old Rose. HEX triplet: B9, 2D and 4D. RGB value is (185,45,77). Sum of RGB (Red+Green+Blue) = 185+45+77=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D4D is #46D2B2. Grayscale: #5A5A5A. Windows color (decimal): -4641459 or 5057977. OLE color: 5057977.
HSL color Cylindrical-coordinate representation of color #B92D4D: hue angle of 346.29º degrees, saturation: 0.61, 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 #B92D4D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 77 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.27 |
| HSL | 346.29º | 0.61% | 0.45% | - |
| HSV(B) | 346.29º | 0.76% | 0.73% | - |
| XYZ | 22.29 | 12.73 | 8.3 | - |
| YUV | 90.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 77 | 0 | 0.76 | 0.58 | 0.27 | 346.29 | 0.61 | 0.45 |
| Hex | B9 | 2D | 4D | 0 | 4C | 3A | 1B | 15A | 3D | 2D |
| Octal | 271 | 55 | 115 | 0 | 114 | 72 | 33 | 532 | 75 | 55 |
| Binary | 10111001 | 101101 | 1001101 | 0 | 1001100 | 111010 | 11011 | 101011010 | 111101 | 101101 |
Color Harmonies of #B92D4D
Complementary color
Monochromatic Colors of #B92D4D
Black with #B92D4D
Text Example
Text Example
White with #B92D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D4D; }
p { color: rgb(185,45,77); }
H1.HeaderClassName
{
color: #B92D4D;
}
.AnyTagClassName
{
color: #B92D4D;
}
</style>
background-color css
<style>
a { background-color: #B92D4D; }
a { background-color: rgb(185,45,77); }
div.DivClassName
{
background-color: #B92D4D;
}
.BgClassName
{
background-color: #B92D4D;
}
</style>
border-color css
<style>
span { border-color: #B92D4D; }
span { border-color: rgb(185,45,77); }
td.TdClassName
{
border-color: #B92D4D;
}
.TagClassName
{
border-color: #B92D4D;
}
</style>