Shades of Old Rose #B51F46
Tints of Old Rose #B51F46
RGB
CMYK
RGB Variations
Color information
#B51F46 (or 0xB51F46) is known color: Old Rose. HEX triplet: B5, 1F and 46. RGB value is (181,31,70). Sum of RGB (Red+Green+Blue) = 181+31+70=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F46 is #4AE0B9. Grayscale: #505050. Windows color (decimal): -4907194 or 4595637. OLE color: 4595637.
HSL color Cylindrical-coordinate representation of color #B51F46: hue angle of 344.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51F46 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 31 | 70 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.29 |
| HSL | 344.4º | 0.71% | 0.42% | - |
| HSV(B) | 344.4º | 0.83% | 0.71% | - |
| XYZ | 20.65 | 11.25 | 6.88 | - |
| YUV | 80.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 70 | 0 | 0.83 | 0.61 | 0.29 | 344.4 | 0.71 | 0.42 |
| Hex | B5 | 1F | 46 | 0 | 53 | 3D | 1D | 158 | 47 | 2A |
| Octal | 265 | 37 | 106 | 0 | 123 | 75 | 35 | 530 | 107 | 52 |
| Binary | 10110101 | 11111 | 1000110 | 0 | 1010011 | 111101 | 11101 | 101011000 | 1000111 | 101010 |
Color Harmonies of #B51F46
Complementary color
Monochromatic Colors of #B51F46
Black with #B51F46
Text Example
Text Example
White with #B51F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51F46; }
p { color: rgb(181,31,70); }
H1.HeaderClassName
{
color: #B51F46;
}
.AnyTagClassName
{
color: #B51F46;
}
</style>
background-color css
<style>
a { background-color: #B51F46; }
a { background-color: rgb(181,31,70); }
div.DivClassName
{
background-color: #B51F46;
}
.BgClassName
{
background-color: #B51F46;
}
</style>
border-color css
<style>
span { border-color: #B51F46; }
span { border-color: rgb(181,31,70); }
td.TdClassName
{
border-color: #B51F46;
}
.TagClassName
{
border-color: #B51F46;
}
</style>