Shades of Old Rose #B42445
Tints of Old Rose #B42445
RGB
CMYK
RGB Variations
Color information
#B42445 (or 0xB42445) is known color: Old Rose. HEX triplet: B4, 24 and 45. RGB value is (180,36,69). Sum of RGB (Red+Green+Blue) = 180+36+69=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42445 is #4BDBBA. Grayscale: #525252. Windows color (decimal): -4971451 or 4531380. OLE color: 4531380.
HSL color Cylindrical-coordinate representation of color #B42445: hue angle of 346.25º 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 #B42445 is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 69 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.29 |
| HSL | 346.25º | 0.67% | 0.42% | - |
| HSV(B) | 346.25º | 0.8% | 0.71% | - |
| XYZ | 20.53 | 11.39 | 6.75 | - |
| YUV | 82.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 69 | 0 | 0.8 | 0.62 | 0.29 | 346.25 | 0.67 | 0.42 |
| Hex | B4 | 24 | 45 | 0 | 50 | 3E | 1D | 15A | 43 | 2A |
| Octal | 264 | 44 | 105 | 0 | 120 | 76 | 35 | 532 | 103 | 52 |
| Binary | 10110100 | 100100 | 1000101 | 0 | 1010000 | 111110 | 11101 | 101011010 | 1000011 | 101010 |
Color Harmonies of #B42445
Complementary color
Monochromatic Colors of #B42445
Black with #B42445
Text Example
Text Example
White with #B42445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42445; }
p { color: rgb(180,36,69); }
H1.HeaderClassName
{
color: #B42445;
}
.AnyTagClassName
{
color: #B42445;
}
</style>
background-color css
<style>
a { background-color: #B42445; }
a { background-color: rgb(180,36,69); }
div.DivClassName
{
background-color: #B42445;
}
.BgClassName
{
background-color: #B42445;
}
</style>
border-color css
<style>
span { border-color: #B42445; }
span { border-color: rgb(180,36,69); }
td.TdClassName
{
border-color: #B42445;
}
.TagClassName
{
border-color: #B42445;
}
</style>