Shades of Old Rose #B42854
Tints of Old Rose #B42854
RGB
CMYK
RGB Variations
Color information
#B42854 (or 0xB42854) is known color: Old Rose. HEX triplet: B4, 28 and 54. RGB value is (180,40,84). Sum of RGB (Red+Green+Blue) = 180+40+84=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42854 is #4BD7AB. Grayscale: #565656. Windows color (decimal): -4970412 or 5515444. OLE color: 5515444.
HSL color Cylindrical-coordinate representation of color #B42854: hue angle of 341.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42854 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 84 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.29 |
| HSL | 341.14º | 0.64% | 0.43% | - |
| HSV(B) | 341.14º | 0.78% | 0.71% | - |
| XYZ | 21.18 | 11.86 | 9.56 | - |
| YUV | 86.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 84 | 0 | 0.78 | 0.53 | 0.29 | 341.14 | 0.64 | 0.43 |
| Hex | B4 | 28 | 54 | 0 | 4E | 35 | 1D | 155 | 40 | 2B |
| Octal | 264 | 50 | 124 | 0 | 116 | 65 | 35 | 525 | 100 | 53 |
| Binary | 10110100 | 101000 | 1010100 | 0 | 1001110 | 110101 | 11101 | 101010101 | 1000000 | 101011 |
Color Harmonies of #B42854
Complementary color
Monochromatic Colors of #B42854
Black with #B42854
Text Example
Text Example
White with #B42854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42854; }
p { color: rgb(180,40,84); }
H1.HeaderClassName
{
color: #B42854;
}
.AnyTagClassName
{
color: #B42854;
}
</style>
background-color css
<style>
a { background-color: #B42854; }
a { background-color: rgb(180,40,84); }
div.DivClassName
{
background-color: #B42854;
}
.BgClassName
{
background-color: #B42854;
}
</style>
border-color css
<style>
span { border-color: #B42854; }
span { border-color: rgb(180,40,84); }
td.TdClassName
{
border-color: #B42854;
}
.TagClassName
{
border-color: #B42854;
}
</style>