Shades of Old Rose #B42447
Tints of Old Rose #B42447
RGB
CMYK
RGB Variations
Color information
#B42447 (or 0xB42447) is known color: Old Rose. HEX triplet: B4, 24 and 47. RGB value is (180,36,71). Sum of RGB (Red+Green+Blue) = 180+36+71=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42447 is #4BDBB8. Grayscale: #535353. Windows color (decimal): -4971449 or 4662452. OLE color: 4662452.
HSL color Cylindrical-coordinate representation of color #B42447: hue angle of 345.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42447 is Cyan = 0, Magento = 0.8, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 71 | - |
| CMYK | 0 | 0.8 | 0.61 | 0.29 |
| HSL | 345.42º | 0.67% | 0.42% | - |
| HSV(B) | 345.42º | 0.8% | 0.71% | - |
| XYZ | 20.59 | 11.42 | 7.08 | - |
| YUV | 83.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 71 | 0 | 0.8 | 0.61 | 0.29 | 345.42 | 0.67 | 0.42 |
| Hex | B4 | 24 | 47 | 0 | 50 | 3D | 1D | 159 | 43 | 2A |
| Octal | 264 | 44 | 107 | 0 | 120 | 75 | 35 | 531 | 103 | 52 |
| Binary | 10110100 | 100100 | 1000111 | 0 | 1010000 | 111101 | 11101 | 101011001 | 1000011 | 101010 |
Color Harmonies of #B42447
Complementary color
Monochromatic Colors of #B42447
Black with #B42447
Text Example
Text Example
White with #B42447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42447; }
p { color: rgb(180,36,71); }
H1.HeaderClassName
{
color: #B42447;
}
.AnyTagClassName
{
color: #B42447;
}
</style>
background-color css
<style>
a { background-color: #B42447; }
a { background-color: rgb(180,36,71); }
div.DivClassName
{
background-color: #B42447;
}
.BgClassName
{
background-color: #B42447;
}
</style>
border-color css
<style>
span { border-color: #B42447; }
span { border-color: rgb(180,36,71); }
td.TdClassName
{
border-color: #B42447;
}
.TagClassName
{
border-color: #B42447;
}
</style>