Shades of Old Rose #B43E49
Tints of Old Rose #B43E49
RGB
CMYK
RGB Variations
Color information
#B43E49 (or 0xB43E49) is known color: Old Rose. HEX triplet: B4, 3E and 49. RGB value is (180,62,73). Sum of RGB (Red+Green+Blue) = 180+62+73=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E49 is #4BC1B6. Grayscale: #626262. Windows color (decimal): -4964791 or 4800180. OLE color: 4800180.
HSL color Cylindrical-coordinate representation of color #B43E49: hue angle of 354.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E49 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 73 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.29 |
| HSL | 354.41º | 0.49% | 0.47% | - |
| HSV(B) | 354.41º | 0.66% | 0.71% | - |
| XYZ | 21.75 | 13.63 | 7.79 | - |
| YUV | 98.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 73 | 0 | 0.66 | 0.59 | 0.29 | 354.41 | 0.49 | 0.47 |
| Hex | B4 | 3E | 49 | 0 | 42 | 3B | 1D | 162 | 31 | 2F |
| Octal | 264 | 76 | 111 | 0 | 102 | 73 | 35 | 542 | 61 | 57 |
| Binary | 10110100 | 111110 | 1001001 | 0 | 1000010 | 111011 | 11101 | 101100010 | 110001 | 101111 |
Color Harmonies of #B43E49
Complementary color
Monochromatic Colors of #B43E49
Black with #B43E49
Text Example
Text Example
White with #B43E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E49; }
p { color: rgb(180,62,73); }
H1.HeaderClassName
{
color: #B43E49;
}
.AnyTagClassName
{
color: #B43E49;
}
</style>
background-color css
<style>
a { background-color: #B43E49; }
a { background-color: rgb(180,62,73); }
div.DivClassName
{
background-color: #B43E49;
}
.BgClassName
{
background-color: #B43E49;
}
</style>
border-color css
<style>
span { border-color: #B43E49; }
span { border-color: rgb(180,62,73); }
td.TdClassName
{
border-color: #B43E49;
}
.TagClassName
{
border-color: #B43E49;
}
</style>