Shades of Old Rose #B72D45
Tints of Old Rose #B72D45
RGB
CMYK
RGB Variations
Color information
#B72D45 (or 0xB72D45) is known color: Old Rose. HEX triplet: B7, 2D and 45. RGB value is (183,45,69). Sum of RGB (Red+Green+Blue) = 183+45+69=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D45 is #48D2BA. Grayscale: #595959. Windows color (decimal): -4772539 or 4533687. OLE color: 4533687.
HSL color Cylindrical-coordinate representation of color #B72D45: hue angle of 349.57º 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 #B72D45 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 69 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.28 |
| HSL | 349.57º | 0.61% | 0.45% | - |
| HSV(B) | 349.57º | 0.75% | 0.72% | - |
| XYZ | 21.54 | 12.37 | 6.88 | - |
| YUV | 89 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 69 | 0 | 0.75 | 0.62 | 0.28 | 349.57 | 0.61 | 0.45 |
| Hex | B7 | 2D | 45 | 0 | 4B | 3E | 1C | 15E | 3D | 2D |
| Octal | 267 | 55 | 105 | 0 | 113 | 76 | 34 | 536 | 75 | 55 |
| Binary | 10110111 | 101101 | 1000101 | 0 | 1001011 | 111110 | 11100 | 101011110 | 111101 | 101101 |
Color Harmonies of #B72D45
Complementary color
Monochromatic Colors of #B72D45
Black with #B72D45
Text Example
Text Example
White with #B72D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D45; }
p { color: rgb(183,45,69); }
H1.HeaderClassName
{
color: #B72D45;
}
.AnyTagClassName
{
color: #B72D45;
}
</style>
background-color css
<style>
a { background-color: #B72D45; }
a { background-color: rgb(183,45,69); }
div.DivClassName
{
background-color: #B72D45;
}
.BgClassName
{
background-color: #B72D45;
}
</style>
border-color css
<style>
span { border-color: #B72D45; }
span { border-color: rgb(183,45,69); }
td.TdClassName
{
border-color: #B72D45;
}
.TagClassName
{
border-color: #B72D45;
}
</style>