Shades of Old Rose #B72F46
Tints of Old Rose #B72F46
RGB
CMYK
RGB Variations
Color information
#B72F46 (or 0xB72F46) is known color: Old Rose. HEX triplet: B7, 2F and 46. RGB value is (183,47,70). Sum of RGB (Red+Green+Blue) = 183+47+70=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72F46 is #48D0B9. Grayscale: #5A5A5A. Windows color (decimal): -4772026 or 4599735. OLE color: 4599735.
HSL color Cylindrical-coordinate representation of color #B72F46: hue angle of 349.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F46 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 70 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.28 |
| HSL | 349.85º | 0.59% | 0.45% | - |
| HSV(B) | 349.85º | 0.74% | 0.72% | - |
| XYZ | 21.65 | 12.54 | 7.07 | - |
| YUV | 90.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 70 | 0 | 0.74 | 0.62 | 0.28 | 349.85 | 0.59 | 0.45 |
| Hex | B7 | 2F | 46 | 0 | 4A | 3E | 1C | 15E | 3B | 2D |
| Octal | 267 | 57 | 106 | 0 | 112 | 76 | 34 | 536 | 73 | 55 |
| Binary | 10110111 | 101111 | 1000110 | 0 | 1001010 | 111110 | 11100 | 101011110 | 111011 | 101101 |
Color Harmonies of #B72F46
Complementary color
Monochromatic Colors of #B72F46
Black with #B72F46
Text Example
Text Example
White with #B72F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F46; }
p { color: rgb(183,47,70); }
H1.HeaderClassName
{
color: #B72F46;
}
.AnyTagClassName
{
color: #B72F46;
}
</style>
background-color css
<style>
a { background-color: #B72F46; }
a { background-color: rgb(183,47,70); }
div.DivClassName
{
background-color: #B72F46;
}
.BgClassName
{
background-color: #B72F46;
}
</style>
border-color css
<style>
span { border-color: #B72F46; }
span { border-color: rgb(183,47,70); }
td.TdClassName
{
border-color: #B72F46;
}
.TagClassName
{
border-color: #B72F46;
}
</style>