Shades of Old Rose #B93246
Tints of Old Rose #B93246
RGB
CMYK
RGB Variations
Color information
#B93246 (or 0xB93246) is known color: Old Rose. HEX triplet: B9, 32 and 46. RGB value is (185,50,70). Sum of RGB (Red+Green+Blue) = 185+50+70=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93246 is #46CDB9. Grayscale: #5C5C5C. Windows color (decimal): -4640186 or 4600505. OLE color: 4600505.
HSL color Cylindrical-coordinate representation of color #B93246: hue angle of 351.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93246 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 70 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.27 |
| HSL | 351.11º | 0.57% | 0.46% | - |
| HSV(B) | 351.11º | 0.73% | 0.73% | - |
| XYZ | 22.25 | 13.04 | 7.14 | - |
| YUV | 92.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 70 | 0 | 0.73 | 0.62 | 0.27 | 351.11 | 0.57 | 0.46 |
| Hex | B9 | 32 | 46 | 0 | 49 | 3E | 1B | 15F | 39 | 2E |
| Octal | 271 | 62 | 106 | 0 | 111 | 76 | 33 | 537 | 71 | 56 |
| Binary | 10111001 | 110010 | 1000110 | 0 | 1001001 | 111110 | 11011 | 101011111 | 111001 | 101110 |
Color Harmonies of #B93246
Complementary color
Monochromatic Colors of #B93246
Black with #B93246
Text Example
Text Example
White with #B93246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93246; }
p { color: rgb(185,50,70); }
H1.HeaderClassName
{
color: #B93246;
}
.AnyTagClassName
{
color: #B93246;
}
</style>
background-color css
<style>
a { background-color: #B93246; }
a { background-color: rgb(185,50,70); }
div.DivClassName
{
background-color: #B93246;
}
.BgClassName
{
background-color: #B93246;
}
</style>
border-color css
<style>
span { border-color: #B93246; }
span { border-color: rgb(185,50,70); }
td.TdClassName
{
border-color: #B93246;
}
.TagClassName
{
border-color: #B93246;
}
</style>