Shades of Old Rose #B93D4D
Tints of Old Rose #B93D4D
RGB
CMYK
RGB Variations
Color information
#B93D4D (or 0xB93D4D) is known color: Old Rose. HEX triplet: B9, 3D and 4D. RGB value is (185,61,77). Sum of RGB (Red+Green+Blue) = 185+61+77=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D4D is #46C2B2. Grayscale: #636363. Windows color (decimal): -4637363 or 5062073. OLE color: 5062073.
HSL color Cylindrical-coordinate representation of color #B93D4D: hue angle of 352.26º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D4D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 77 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.27 |
| HSL | 352.26º | 0.5% | 0.48% | - |
| HSV(B) | 352.26º | 0.67% | 0.73% | - |
| XYZ | 23.02 | 14.19 | 8.55 | - |
| YUV | 99.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 77 | 0 | 0.67 | 0.58 | 0.27 | 352.26 | 0.5 | 0.48 |
| Hex | B9 | 3D | 4D | 0 | 43 | 3A | 1B | 160 | 32 | 30 |
| Octal | 271 | 75 | 115 | 0 | 103 | 72 | 33 | 540 | 62 | 60 |
| Binary | 10111001 | 111101 | 1001101 | 0 | 1000011 | 111010 | 11011 | 101100000 | 110010 | 110000 |
Color Harmonies of #B93D4D
Complementary color
Monochromatic Colors of #B93D4D
Black with #B93D4D
Text Example
Text Example
White with #B93D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D4D; }
p { color: rgb(185,61,77); }
H1.HeaderClassName
{
color: #B93D4D;
}
.AnyTagClassName
{
color: #B93D4D;
}
</style>
background-color css
<style>
a { background-color: #B93D4D; }
a { background-color: rgb(185,61,77); }
div.DivClassName
{
background-color: #B93D4D;
}
.BgClassName
{
background-color: #B93D4D;
}
</style>
border-color css
<style>
span { border-color: #B93D4D; }
span { border-color: rgb(185,61,77); }
td.TdClassName
{
border-color: #B93D4D;
}
.TagClassName
{
border-color: #B93D4D;
}
</style>