Shades of Old Rose #B93449
Tints of Old Rose #B93449
RGB
CMYK
RGB Variations
Color information
#B93449 (or 0xB93449) is known color: Old Rose. HEX triplet: B9, 34 and 49. RGB value is (185,52,73). Sum of RGB (Red+Green+Blue) = 185+52+73=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B93449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93449 is #46CBB6. Grayscale: #5E5E5E. Windows color (decimal): -4639671 or 4797625. OLE color: 4797625.
HSL color Cylindrical-coordinate representation of color #B93449: hue angle of 350.53º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93449 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 73 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.27 |
| HSL | 350.53º | 0.56% | 0.46% | - |
| HSV(B) | 350.53º | 0.72% | 0.73% | - |
| XYZ | 22.44 | 13.25 | 7.68 | - |
| YUV | 94.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 73 | 0 | 0.72 | 0.61 | 0.27 | 350.53 | 0.56 | 0.46 |
| Hex | B9 | 34 | 49 | 0 | 48 | 3D | 1B | 15F | 38 | 2E |
| Octal | 271 | 64 | 111 | 0 | 110 | 75 | 33 | 537 | 70 | 56 |
| Binary | 10111001 | 110100 | 1001001 | 0 | 1001000 | 111101 | 11011 | 101011111 | 111000 | 101110 |
Color Harmonies of #B93449
Complementary color
Monochromatic Colors of #B93449
Black with #B93449
Text Example
Text Example
White with #B93449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93449; }
p { color: rgb(185,52,73); }
H1.HeaderClassName
{
color: #B93449;
}
.AnyTagClassName
{
color: #B93449;
}
</style>
background-color css
<style>
a { background-color: #B93449; }
a { background-color: rgb(185,52,73); }
div.DivClassName
{
background-color: #B93449;
}
.BgClassName
{
background-color: #B93449;
}
</style>
border-color css
<style>
span { border-color: #B93449; }
span { border-color: rgb(185,52,73); }
td.TdClassName
{
border-color: #B93449;
}
.TagClassName
{
border-color: #B93449;
}
</style>