Shades of Old Rose #B42845
Tints of Old Rose #B42845
RGB
CMYK
RGB Variations
Color information
#B42845 (or 0xB42845) is known color: Old Rose. HEX triplet: B4, 28 and 45. RGB value is (180,40,69). Sum of RGB (Red+Green+Blue) = 180+40+69=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B42845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42845 is #4BD7BA. Grayscale: #555555. Windows color (decimal): -4970427 or 4532404. OLE color: 4532404.
HSL color Cylindrical-coordinate representation of color #B42845: hue angle of 347.57º 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 #B42845 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 69 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.29 |
| HSL | 347.57º | 0.64% | 0.43% | - |
| HSV(B) | 347.57º | 0.78% | 0.71% | - |
| XYZ | 20.66 | 11.65 | 6.79 | - |
| YUV | 85.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 69 | 0 | 0.78 | 0.62 | 0.29 | 347.57 | 0.64 | 0.43 |
| Hex | B4 | 28 | 45 | 0 | 4E | 3E | 1D | 15C | 40 | 2B |
| Octal | 264 | 50 | 105 | 0 | 116 | 76 | 35 | 534 | 100 | 53 |
| Binary | 10110100 | 101000 | 1000101 | 0 | 1001110 | 111110 | 11101 | 101011100 | 1000000 | 101011 |
Color Harmonies of #B42845
Complementary color
Monochromatic Colors of #B42845
Black with #B42845
Text Example
Text Example
White with #B42845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42845; }
p { color: rgb(180,40,69); }
H1.HeaderClassName
{
color: #B42845;
}
.AnyTagClassName
{
color: #B42845;
}
</style>
background-color css
<style>
a { background-color: #B42845; }
a { background-color: rgb(180,40,69); }
div.DivClassName
{
background-color: #B42845;
}
.BgClassName
{
background-color: #B42845;
}
</style>
border-color css
<style>
span { border-color: #B42845; }
span { border-color: rgb(180,40,69); }
td.TdClassName
{
border-color: #B42845;
}
.TagClassName
{
border-color: #B42845;
}
</style>