Shades of Old Rose #B42949
Tints of Old Rose #B42949
RGB
CMYK
RGB Variations
Color information
#B42949 (or 0xB42949) is known color: Old Rose. HEX triplet: B4, 29 and 49. RGB value is (180,41,73). Sum of RGB (Red+Green+Blue) = 180+41+73=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42949 is #4BD6B6. Grayscale: #565656. Windows color (decimal): -4970167 or 4794804. OLE color: 4794804.
HSL color Cylindrical-coordinate representation of color #B42949: hue angle of 346.19º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42949 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 73 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.29 |
| HSL | 346.19º | 0.63% | 0.43% | - |
| HSV(B) | 346.19º | 0.77% | 0.71% | - |
| XYZ | 20.82 | 11.77 | 7.48 | - |
| YUV | 86.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 73 | 0 | 0.77 | 0.59 | 0.29 | 346.19 | 0.63 | 0.43 |
| Hex | B4 | 29 | 49 | 0 | 4D | 3B | 1D | 15A | 3F | 2B |
| Octal | 264 | 51 | 111 | 0 | 115 | 73 | 35 | 532 | 77 | 53 |
| Binary | 10110100 | 101001 | 1001001 | 0 | 1001101 | 111011 | 11101 | 101011010 | 111111 | 101011 |
Color Harmonies of #B42949
Complementary color
Monochromatic Colors of #B42949
Black with #B42949
Text Example
Text Example
White with #B42949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42949; }
p { color: rgb(180,41,73); }
H1.HeaderClassName
{
color: #B42949;
}
.AnyTagClassName
{
color: #B42949;
}
</style>
background-color css
<style>
a { background-color: #B42949; }
a { background-color: rgb(180,41,73); }
div.DivClassName
{
background-color: #B42949;
}
.BgClassName
{
background-color: #B42949;
}
</style>
border-color css
<style>
span { border-color: #B42949; }
span { border-color: rgb(180,41,73); }
td.TdClassName
{
border-color: #B42949;
}
.TagClassName
{
border-color: #B42949;
}
</style>