Shades of Old Rose #B54146
Tints of Old Rose #B54146
RGB
CMYK
RGB Variations
Color information
#B54146 (or 0xB54146) is known color: Old Rose. HEX triplet: B5, 41 and 46. RGB value is (181,65,70). Sum of RGB (Red+Green+Blue) = 181+65+70=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B54146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54146 is #4ABEB9. Grayscale: #646464. Windows color (decimal): -4898490 or 4604341. OLE color: 4604341.
HSL color Cylindrical-coordinate representation of color #B54146: hue angle of 357.41º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54146 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 70 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.29 |
| HSL | 357.41º | 0.47% | 0.48% | - |
| HSV(B) | 357.41º | 0.64% | 0.71% | - |
| XYZ | 22.05 | 14.05 | 7.34 | - |
| YUV | 100.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 70 | 0 | 0.64 | 0.61 | 0.29 | 357.41 | 0.47 | 0.48 |
| Hex | B5 | 41 | 46 | 0 | 40 | 3D | 1D | 165 | 2F | 30 |
| Octal | 265 | 101 | 106 | 0 | 100 | 75 | 35 | 545 | 57 | 60 |
| Binary | 10110101 | 1000001 | 1000110 | 0 | 1000000 | 111101 | 11101 | 101100101 | 101111 | 110000 |
Color Harmonies of #B54146
Complementary color
Monochromatic Colors of #B54146
Black with #B54146
Text Example
Text Example
White with #B54146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54146; }
p { color: rgb(181,65,70); }
H1.HeaderClassName
{
color: #B54146;
}
.AnyTagClassName
{
color: #B54146;
}
</style>
background-color css
<style>
a { background-color: #B54146; }
a { background-color: rgb(181,65,70); }
div.DivClassName
{
background-color: #B54146;
}
.BgClassName
{
background-color: #B54146;
}
</style>
border-color css
<style>
span { border-color: #B54146; }
span { border-color: rgb(181,65,70); }
td.TdClassName
{
border-color: #B54146;
}
.TagClassName
{
border-color: #B54146;
}
</style>