Shades of Old Rose #B93448
Tints of Old Rose #B93448
RGB
CMYK
RGB Variations
Color information
#B93448 (or 0xB93448) is known color: Old Rose. HEX triplet: B9, 34 and 48. RGB value is (185,52,72). Sum of RGB (Red+Green+Blue) = 185+52+72=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B93448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93448 is #46CBB7. Grayscale: #5E5E5E. Windows color (decimal): -4639672 or 4732089. OLE color: 4732089.
HSL color Cylindrical-coordinate representation of color #B93448: hue angle of 350.98º 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 #B93448 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 72 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.27 |
| HSL | 350.98º | 0.56% | 0.46% | - |
| HSV(B) | 350.98º | 0.72% | 0.73% | - |
| XYZ | 22.41 | 13.24 | 7.51 | - |
| YUV | 94.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 72 | 0 | 0.72 | 0.61 | 0.27 | 350.98 | 0.56 | 0.46 |
| Hex | B9 | 34 | 48 | 0 | 48 | 3D | 1B | 15F | 38 | 2E |
| Octal | 271 | 64 | 110 | 0 | 110 | 75 | 33 | 537 | 70 | 56 |
| Binary | 10111001 | 110100 | 1001000 | 0 | 1001000 | 111101 | 11011 | 101011111 | 111000 | 101110 |
Color Harmonies of #B93448
Complementary color
Monochromatic Colors of #B93448
Black with #B93448
Text Example
Text Example
White with #B93448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93448; }
p { color: rgb(185,52,72); }
H1.HeaderClassName
{
color: #B93448;
}
.AnyTagClassName
{
color: #B93448;
}
</style>
background-color css
<style>
a { background-color: #B93448; }
a { background-color: rgb(185,52,72); }
div.DivClassName
{
background-color: #B93448;
}
.BgClassName
{
background-color: #B93448;
}
</style>
border-color css
<style>
span { border-color: #B93448; }
span { border-color: rgb(185,52,72); }
td.TdClassName
{
border-color: #B93448;
}
.TagClassName
{
border-color: #B93448;
}
</style>