Shades of Old Rose #B5394D
Tints of Old Rose #B5394D
RGB
CMYK
RGB Variations
Color information
#B5394D (or 0xB5394D) is known color: Old Rose. HEX triplet: B5, 39 and 4D. RGB value is (181,57,77). Sum of RGB (Red+Green+Blue) = 181+57+77=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5394D is #4AC6B2. Grayscale: #606060. Windows color (decimal): -4900531 or 5061045. OLE color: 5061045.
HSL color Cylindrical-coordinate representation of color #B5394D: hue angle of 350.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5394D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 77 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.29 |
| HSL | 350.32º | 0.52% | 0.47% | - |
| HSV(B) | 350.32º | 0.69% | 0.71% | - |
| XYZ | 21.86 | 13.29 | 8.43 | - |
| YUV | 96.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 77 | 0 | 0.69 | 0.57 | 0.29 | 350.32 | 0.52 | 0.47 |
| Hex | B5 | 39 | 4D | 0 | 45 | 39 | 1D | 15E | 34 | 2F |
| Octal | 265 | 71 | 115 | 0 | 105 | 71 | 35 | 536 | 64 | 57 |
| Binary | 10110101 | 111001 | 1001101 | 0 | 1000101 | 111001 | 11101 | 101011110 | 110100 | 101111 |
Color Harmonies of #B5394D
Complementary color
Monochromatic Colors of #B5394D
Black with #B5394D
Text Example
Text Example
White with #B5394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5394D; }
p { color: rgb(181,57,77); }
H1.HeaderClassName
{
color: #B5394D;
}
.AnyTagClassName
{
color: #B5394D;
}
</style>
background-color css
<style>
a { background-color: #B5394D; }
a { background-color: rgb(181,57,77); }
div.DivClassName
{
background-color: #B5394D;
}
.BgClassName
{
background-color: #B5394D;
}
</style>
border-color css
<style>
span { border-color: #B5394D; }
span { border-color: rgb(181,57,77); }
td.TdClassName
{
border-color: #B5394D;
}
.TagClassName
{
border-color: #B5394D;
}
</style>