Shades of Old Rose #B92D44
Tints of Old Rose #B92D44
RGB
CMYK
RGB Variations
Color information
#B92D44 (or 0xB92D44) is known color: Old Rose. HEX triplet: B9, 2D and 44. RGB value is (185,45,68). Sum of RGB (Red+Green+Blue) = 185+45+68=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D44 is #46D2BB. Grayscale: #595959. Windows color (decimal): -4641468 or 4468153. OLE color: 4468153.
HSL color Cylindrical-coordinate representation of color #B92D44: hue angle of 350.14º 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 #B92D44 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 68 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.27 |
| HSL | 350.14º | 0.61% | 0.45% | - |
| HSV(B) | 350.14º | 0.76% | 0.73% | - |
| XYZ | 21.99 | 12.61 | 6.74 | - |
| YUV | 89.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 68 | 0 | 0.76 | 0.63 | 0.27 | 350.14 | 0.61 | 0.45 |
| Hex | B9 | 2D | 44 | 0 | 4C | 3F | 1B | 15E | 3D | 2D |
| Octal | 271 | 55 | 104 | 0 | 114 | 77 | 33 | 536 | 75 | 55 |
| Binary | 10111001 | 101101 | 1000100 | 0 | 1001100 | 111111 | 11011 | 101011110 | 111101 | 101101 |
Color Harmonies of #B92D44
Complementary color
Monochromatic Colors of #B92D44
Black with #B92D44
Text Example
Text Example
White with #B92D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D44; }
p { color: rgb(185,45,68); }
H1.HeaderClassName
{
color: #B92D44;
}
.AnyTagClassName
{
color: #B92D44;
}
</style>
background-color css
<style>
a { background-color: #B92D44; }
a { background-color: rgb(185,45,68); }
div.DivClassName
{
background-color: #B92D44;
}
.BgClassName
{
background-color: #B92D44;
}
</style>
border-color css
<style>
span { border-color: #B92D44; }
span { border-color: rgb(185,45,68); }
td.TdClassName
{
border-color: #B92D44;
}
.TagClassName
{
border-color: #B92D44;
}
</style>