Shades of Old Rose #B01D48
Tints of Old Rose #B01D48
RGB
CMYK
RGB Variations
Color information
#B01D48 (or 0xB01D48) is known color: Old Rose. HEX triplet: B0, 1D and 48. RGB value is (176,29,72). Sum of RGB (Red+Green+Blue) = 176+29+72=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D48 is #4FE2B7. Grayscale: #4D4D4D. Windows color (decimal): -5235384 or 4726192. OLE color: 4726192.
HSL color Cylindrical-coordinate representation of color #B01D48: hue angle of 342.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D48 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 72 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.31 |
| HSL | 342.45º | 0.72% | 0.4% | - |
| HSV(B) | 342.45º | 0.84% | 0.69% | - |
| XYZ | 19.51 | 10.58 | 7.14 | - |
| YUV | 77.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 72 | 0 | 0.84 | 0.59 | 0.31 | 342.45 | 0.72 | 0.4 |
| Hex | B0 | 1D | 48 | 0 | 54 | 3B | 1F | 156 | 48 | 28 |
| Octal | 260 | 35 | 110 | 0 | 124 | 73 | 37 | 526 | 110 | 50 |
| Binary | 10110000 | 11101 | 1001000 | 0 | 1010100 | 111011 | 11111 | 101010110 | 1001000 | 101000 |
Color Harmonies of #B01D48
Complementary color
Monochromatic Colors of #B01D48
Black with #B01D48
Text Example
Text Example
White with #B01D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D48; }
p { color: rgb(176,29,72); }
H1.HeaderClassName
{
color: #B01D48;
}
.AnyTagClassName
{
color: #B01D48;
}
</style>
background-color css
<style>
a { background-color: #B01D48; }
a { background-color: rgb(176,29,72); }
div.DivClassName
{
background-color: #B01D48;
}
.BgClassName
{
background-color: #B01D48;
}
</style>
border-color css
<style>
span { border-color: #B01D48; }
span { border-color: rgb(176,29,72); }
td.TdClassName
{
border-color: #B01D48;
}
.TagClassName
{
border-color: #B01D48;
}
</style>