Shades of Old Rose #B72D4A
Tints of Old Rose #B72D4A
RGB
CMYK
RGB Variations
Color information
#B72D4A (or 0xB72D4A) is known color: Old Rose. HEX triplet: B7, 2D and 4A. RGB value is (183,45,74). Sum of RGB (Red+Green+Blue) = 183+45+74=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D4A is #48D2B5. Grayscale: #595959. Windows color (decimal): -4772534 or 4861367. OLE color: 4861367.
HSL color Cylindrical-coordinate representation of color #B72D4A: hue angle of 347.39º 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 #B72D4A is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 74 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.28 |
| HSL | 347.39º | 0.61% | 0.45% | - |
| HSV(B) | 347.39º | 0.75% | 0.72% | - |
| XYZ | 21.7 | 12.44 | 7.74 | - |
| YUV | 89.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 74 | 0 | 0.75 | 0.60 | 0.28 | 347.39 | 0.61 | 0.45 |
| Hex | B7 | 2D | 4A | 0 | 4B | 3C | 1C | 15B | 3D | 2D |
| Octal | 267 | 55 | 112 | 0 | 113 | 74 | 34 | 533 | 75 | 55 |
| Binary | 10110111 | 101101 | 1001010 | 0 | 1001011 | 111100 | 11100 | 101011011 | 111101 | 101101 |
Color Harmonies of #B72D4A
Complementary color
Monochromatic Colors of #B72D4A
Black with #B72D4A
Text Example
Text Example
White with #B72D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D4A; }
p { color: rgb(183,45,74); }
H1.HeaderClassName
{
color: #B72D4A;
}
.AnyTagClassName
{
color: #B72D4A;
}
</style>
background-color css
<style>
a { background-color: #B72D4A; }
a { background-color: rgb(183,45,74); }
div.DivClassName
{
background-color: #B72D4A;
}
.BgClassName
{
background-color: #B72D4A;
}
</style>
border-color css
<style>
span { border-color: #B72D4A; }
span { border-color: rgb(183,45,74); }
td.TdClassName
{
border-color: #B72D4A;
}
.TagClassName
{
border-color: #B72D4A;
}
</style>