Shades of Old Rose #B93048
Tints of Old Rose #B93048
RGB
CMYK
RGB Variations
Color information
#B93048 (or 0xB93048) is known color: Old Rose. HEX triplet: B9, 30 and 48. RGB value is (185,48,72). Sum of RGB (Red+Green+Blue) = 185+48+72=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93048 is #46CFB7. Grayscale: #5B5B5B. Windows color (decimal): -4640696 or 4731065. OLE color: 4731065.
HSL color Cylindrical-coordinate representation of color #B93048: hue angle of 349.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93048 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 72 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.27 |
| HSL | 349.49º | 0.59% | 0.46% | - |
| HSV(B) | 349.49º | 0.74% | 0.73% | - |
| XYZ | 22.23 | 12.9 | 7.45 | - |
| YUV | 91.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 72 | 0 | 0.74 | 0.61 | 0.27 | 349.49 | 0.59 | 0.46 |
| Hex | B9 | 30 | 48 | 0 | 4A | 3D | 1B | 15D | 3B | 2E |
| Octal | 271 | 60 | 110 | 0 | 112 | 75 | 33 | 535 | 73 | 56 |
| Binary | 10111001 | 110000 | 1001000 | 0 | 1001010 | 111101 | 11011 | 101011101 | 111011 | 101110 |
Color Harmonies of #B93048
Complementary color
Monochromatic Colors of #B93048
Black with #B93048
Text Example
Text Example
White with #B93048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93048; }
p { color: rgb(185,48,72); }
H1.HeaderClassName
{
color: #B93048;
}
.AnyTagClassName
{
color: #B93048;
}
</style>
background-color css
<style>
a { background-color: #B93048; }
a { background-color: rgb(185,48,72); }
div.DivClassName
{
background-color: #B93048;
}
.BgClassName
{
background-color: #B93048;
}
</style>
border-color css
<style>
span { border-color: #B93048; }
span { border-color: rgb(185,48,72); }
td.TdClassName
{
border-color: #B93048;
}
.TagClassName
{
border-color: #B93048;
}
</style>