Shades of Old Rose #B72F4B
Tints of Old Rose #B72F4B
RGB
CMYK
RGB Variations
Color information
#B72F4B (or 0xB72F4B) is known color: Old Rose. HEX triplet: B7, 2F and 4B. RGB value is (183,47,75). Sum of RGB (Red+Green+Blue) = 183+47+75=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72F4B is #48D0B4. Grayscale: #5A5A5A. Windows color (decimal): -4772021 or 4927415. OLE color: 4927415.
HSL color Cylindrical-coordinate representation of color #B72F4B: hue angle of 347.65º 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 #B72F4B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 75 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.28 |
| HSL | 347.65º | 0.59% | 0.45% | - |
| HSV(B) | 347.65º | 0.74% | 0.72% | - |
| XYZ | 21.81 | 12.61 | 7.94 | - |
| YUV | 90.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 75 | 0 | 0.74 | 0.59 | 0.28 | 347.65 | 0.59 | 0.45 |
| Hex | B7 | 2F | 4B | 0 | 4A | 3B | 1C | 15C | 3B | 2D |
| Octal | 267 | 57 | 113 | 0 | 112 | 73 | 34 | 534 | 73 | 55 |
| Binary | 10110111 | 101111 | 1001011 | 0 | 1001010 | 111011 | 11100 | 101011100 | 111011 | 101101 |
Color Harmonies of #B72F4B
Complementary color
Monochromatic Colors of #B72F4B
Black with #B72F4B
Text Example
Text Example
White with #B72F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F4B; }
p { color: rgb(183,47,75); }
H1.HeaderClassName
{
color: #B72F4B;
}
.AnyTagClassName
{
color: #B72F4B;
}
</style>
background-color css
<style>
a { background-color: #B72F4B; }
a { background-color: rgb(183,47,75); }
div.DivClassName
{
background-color: #B72F4B;
}
.BgClassName
{
background-color: #B72F4B;
}
</style>
border-color css
<style>
span { border-color: #B72F4B; }
span { border-color: rgb(183,47,75); }
td.TdClassName
{
border-color: #B72F4B;
}
.TagClassName
{
border-color: #B72F4B;
}
</style>