Shades of Old Rose #B42449
Tints of Old Rose #B42449
RGB
CMYK
RGB Variations
Color information
#B42449 (or 0xB42449) is known color: Old Rose. HEX triplet: B4, 24 and 49. RGB value is (180,36,73). Sum of RGB (Red+Green+Blue) = 180+36+73=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B42449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42449 is #4BDBB6. Grayscale: #535353. Windows color (decimal): -4971447 or 4793524. OLE color: 4793524.
HSL color Cylindrical-coordinate representation of color #B42449: hue angle of 344.58º 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 #B42449 is Cyan = 0, Magento = 0.8, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 73 | - |
| CMYK | 0 | 0.8 | 0.59 | 0.29 |
| HSL | 344.58º | 0.67% | 0.42% | - |
| HSV(B) | 344.58º | 0.8% | 0.71% | - |
| XYZ | 20.66 | 11.45 | 7.42 | - |
| YUV | 83.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 73 | 0 | 0.8 | 0.59 | 0.29 | 344.58 | 0.67 | 0.42 |
| Hex | B4 | 24 | 49 | 0 | 50 | 3B | 1D | 159 | 43 | 2A |
| Octal | 264 | 44 | 111 | 0 | 120 | 73 | 35 | 531 | 103 | 52 |
| Binary | 10110100 | 100100 | 1001001 | 0 | 1010000 | 111011 | 11101 | 101011001 | 1000011 | 101010 |
Color Harmonies of #B42449
Complementary color
Monochromatic Colors of #B42449
Black with #B42449
Text Example
Text Example
White with #B42449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42449; }
p { color: rgb(180,36,73); }
H1.HeaderClassName
{
color: #B42449;
}
.AnyTagClassName
{
color: #B42449;
}
</style>
background-color css
<style>
a { background-color: #B42449; }
a { background-color: rgb(180,36,73); }
div.DivClassName
{
background-color: #B42449;
}
.BgClassName
{
background-color: #B42449;
}
</style>
border-color css
<style>
span { border-color: #B42449; }
span { border-color: rgb(180,36,73); }
td.TdClassName
{
border-color: #B42449;
}
.TagClassName
{
border-color: #B42449;
}
</style>