Shades of Old Rose #B72D48
Tints of Old Rose #B72D48
RGB
CMYK
RGB Variations
Color information
#B72D48 (or 0xB72D48) is known color: Old Rose. HEX triplet: B7, 2D and 48. RGB value is (183,45,72). Sum of RGB (Red+Green+Blue) = 183+45+72=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D48 is #48D2B7. Grayscale: #595959. Windows color (decimal): -4772536 or 4730295. OLE color: 4730295.
HSL color Cylindrical-coordinate representation of color #B72D48: hue angle of 348.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D48 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 72 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.28 |
| HSL | 348.26º | 0.61% | 0.45% | - |
| HSV(B) | 348.26º | 0.75% | 0.72% | - |
| XYZ | 21.64 | 12.41 | 7.39 | - |
| YUV | 89.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 72 | 0 | 0.75 | 0.61 | 0.28 | 348.26 | 0.61 | 0.45 |
| Hex | B7 | 2D | 48 | 0 | 4B | 3D | 1C | 15C | 3D | 2D |
| Octal | 267 | 55 | 110 | 0 | 113 | 75 | 34 | 534 | 75 | 55 |
| Binary | 10110111 | 101101 | 1001000 | 0 | 1001011 | 111101 | 11100 | 101011100 | 111101 | 101101 |
Color Harmonies of #B72D48
Complementary color
Monochromatic Colors of #B72D48
Black with #B72D48
Text Example
Text Example
White with #B72D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D48; }
p { color: rgb(183,45,72); }
H1.HeaderClassName
{
color: #B72D48;
}
.AnyTagClassName
{
color: #B72D48;
}
</style>
background-color css
<style>
a { background-color: #B72D48; }
a { background-color: rgb(183,45,72); }
div.DivClassName
{
background-color: #B72D48;
}
.BgClassName
{
background-color: #B72D48;
}
</style>
border-color css
<style>
span { border-color: #B72D48; }
span { border-color: rgb(183,45,72); }
td.TdClassName
{
border-color: #B72D48;
}
.TagClassName
{
border-color: #B72D48;
}
</style>