Shades of Old Rose #B43145
Tints of Old Rose #B43145
RGB
CMYK
RGB Variations
Color information
#B43145 (or 0xB43145) is known color: Old Rose. HEX triplet: B4, 31 and 45. RGB value is (180,49,69). Sum of RGB (Red+Green+Blue) = 180+49+69=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B43145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43145 is #4BCEBA. Grayscale: #5A5A5A. Windows color (decimal): -4968123 or 4534708. OLE color: 4534708.
HSL color Cylindrical-coordinate representation of color #B43145: hue angle of 350.84º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43145 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 69 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.29 |
| HSL | 350.84º | 0.57% | 0.45% | - |
| HSV(B) | 350.84º | 0.73% | 0.71% | - |
| XYZ | 20.99 | 12.33 | 6.9 | - |
| YUV | 90.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 69 | 0 | 0.73 | 0.62 | 0.29 | 350.84 | 0.57 | 0.45 |
| Hex | B4 | 31 | 45 | 0 | 49 | 3E | 1D | 15F | 39 | 2D |
| Octal | 264 | 61 | 105 | 0 | 111 | 76 | 35 | 537 | 71 | 55 |
| Binary | 10110100 | 110001 | 1000101 | 0 | 1001001 | 111110 | 11101 | 101011111 | 111001 | 101101 |
Color Harmonies of #B43145
Complementary color
Monochromatic Colors of #B43145
Black with #B43145
Text Example
Text Example
White with #B43145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43145; }
p { color: rgb(180,49,69); }
H1.HeaderClassName
{
color: #B43145;
}
.AnyTagClassName
{
color: #B43145;
}
</style>
background-color css
<style>
a { background-color: #B43145; }
a { background-color: rgb(180,49,69); }
div.DivClassName
{
background-color: #B43145;
}
.BgClassName
{
background-color: #B43145;
}
</style>
border-color css
<style>
span { border-color: #B43145; }
span { border-color: rgb(180,49,69); }
td.TdClassName
{
border-color: #B43145;
}
.TagClassName
{
border-color: #B43145;
}
</style>