Shades of Old Rose #B93E4D
Tints of Old Rose #B93E4D
RGB
CMYK
RGB Variations
Color information
#B93E4D (or 0xB93E4D) is known color: Old Rose. HEX triplet: B9, 3E and 4D. RGB value is (185,62,77). Sum of RGB (Red+Green+Blue) = 185+62+77=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E4D is #46C1B2. Grayscale: #646464. Windows color (decimal): -4637107 or 5062329. OLE color: 5062329.
HSL color Cylindrical-coordinate representation of color #B93E4D: hue angle of 352.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E4D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 77 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.27 |
| HSL | 352.68º | 0.5% | 0.48% | - |
| HSV(B) | 352.68º | 0.66% | 0.73% | - |
| XYZ | 23.07 | 14.3 | 8.56 | - |
| YUV | 100.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 77 | 0 | 0.66 | 0.58 | 0.27 | 352.68 | 0.5 | 0.48 |
| Hex | B9 | 3E | 4D | 0 | 42 | 3A | 1B | 161 | 32 | 30 |
| Octal | 271 | 76 | 115 | 0 | 102 | 72 | 33 | 541 | 62 | 60 |
| Binary | 10111001 | 111110 | 1001101 | 0 | 1000010 | 111010 | 11011 | 101100001 | 110010 | 110000 |
Color Harmonies of #B93E4D
Complementary color
Monochromatic Colors of #B93E4D
Black with #B93E4D
Text Example
Text Example
White with #B93E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93E4D; }
p { color: rgb(185,62,77); }
H1.HeaderClassName
{
color: #B93E4D;
}
.AnyTagClassName
{
color: #B93E4D;
}
</style>
background-color css
<style>
a { background-color: #B93E4D; }
a { background-color: rgb(185,62,77); }
div.DivClassName
{
background-color: #B93E4D;
}
.BgClassName
{
background-color: #B93E4D;
}
</style>
border-color css
<style>
span { border-color: #B93E4D; }
span { border-color: rgb(185,62,77); }
td.TdClassName
{
border-color: #B93E4D;
}
.TagClassName
{
border-color: #B93E4D;
}
</style>