Shades of Old Rose #B72748
Tints of Old Rose #B72748
RGB
CMYK
RGB Variations
Color information
#B72748 (or 0xB72748) is known color: Old Rose. HEX triplet: B7, 27 and 48. RGB value is (183,39,72). Sum of RGB (Red+Green+Blue) = 183+39+72=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B72748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72748 is #48D8B7. Grayscale: #555555. Windows color (decimal): -4774072 or 4728759. OLE color: 4728759.
HSL color Cylindrical-coordinate representation of color #B72748: hue angle of 346.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72748 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 72 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.28 |
| HSL | 346.25º | 0.65% | 0.44% | - |
| HSV(B) | 346.25º | 0.79% | 0.72% | - |
| XYZ | 21.42 | 11.99 | 7.32 | - |
| YUV | 85.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 72 | 0 | 0.79 | 0.61 | 0.28 | 346.25 | 0.65 | 0.44 |
| Hex | B7 | 27 | 48 | 0 | 4F | 3D | 1C | 15A | 41 | 2C |
| Octal | 267 | 47 | 110 | 0 | 117 | 75 | 34 | 532 | 101 | 54 |
| Binary | 10110111 | 100111 | 1001000 | 0 | 1001111 | 111101 | 11100 | 101011010 | 1000001 | 101100 |
Color Harmonies of #B72748
Complementary color
Monochromatic Colors of #B72748
Black with #B72748
Text Example
Text Example
White with #B72748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72748; }
p { color: rgb(183,39,72); }
H1.HeaderClassName
{
color: #B72748;
}
.AnyTagClassName
{
color: #B72748;
}
</style>
background-color css
<style>
a { background-color: #B72748; }
a { background-color: rgb(183,39,72); }
div.DivClassName
{
background-color: #B72748;
}
.BgClassName
{
background-color: #B72748;
}
</style>
border-color css
<style>
span { border-color: #B72748; }
span { border-color: rgb(183,39,72); }
td.TdClassName
{
border-color: #B72748;
}
.TagClassName
{
border-color: #B72748;
}
</style>