Shades of Old Rose #B93453
Tints of Old Rose #B93453
RGB
CMYK
RGB Variations
Color information
#B93453 (or 0xB93453) is known color: Old Rose. HEX triplet: B9, 34 and 53. RGB value is (185,52,83). Sum of RGB (Red+Green+Blue) = 185+52+83=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B93453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93453 is #46CBAC. Grayscale: #5F5F5F. Windows color (decimal): -4639661 or 5452985. OLE color: 5452985.
HSL color Cylindrical-coordinate representation of color #B93453: hue angle of 346.02º 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 #B93453 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 83 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.27 |
| HSL | 346.02º | 0.56% | 0.46% | - |
| HSV(B) | 346.02º | 0.72% | 0.73% | - |
| XYZ | 22.8 | 13.39 | 9.57 | - |
| YUV | 95.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 83 | 0 | 0.72 | 0.55 | 0.27 | 346.02 | 0.56 | 0.46 |
| Hex | B9 | 34 | 53 | 0 | 48 | 37 | 1B | 15A | 38 | 2E |
| Octal | 271 | 64 | 123 | 0 | 110 | 67 | 33 | 532 | 70 | 56 |
| Binary | 10111001 | 110100 | 1010011 | 0 | 1001000 | 110111 | 11011 | 101011010 | 111000 | 101110 |
Color Harmonies of #B93453
Complementary color
Monochromatic Colors of #B93453
Black with #B93453
Text Example
Text Example
White with #B93453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93453; }
p { color: rgb(185,52,83); }
H1.HeaderClassName
{
color: #B93453;
}
.AnyTagClassName
{
color: #B93453;
}
</style>
background-color css
<style>
a { background-color: #B93453; }
a { background-color: rgb(185,52,83); }
div.DivClassName
{
background-color: #B93453;
}
.BgClassName
{
background-color: #B93453;
}
</style>
border-color css
<style>
span { border-color: #B93453; }
span { border-color: rgb(185,52,83); }
td.TdClassName
{
border-color: #B93453;
}
.TagClassName
{
border-color: #B93453;
}
</style>