Shades of Old Rose #B43144
Tints of Old Rose #B43144
RGB
CMYK
RGB Variations
Color information
#B43144 (or 0xB43144) is known color: Old Rose. HEX triplet: B4, 31 and 44. RGB value is (180,49,68). Sum of RGB (Red+Green+Blue) = 180+49+68=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43144 is #4BCEBB. Grayscale: #5A5A5A. Windows color (decimal): -4968124 or 4469172. OLE color: 4469172.
HSL color Cylindrical-coordinate representation of color #B43144: hue angle of 351.3º 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 #B43144 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 68 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.29 |
| HSL | 351.3º | 0.57% | 0.45% | - |
| HSV(B) | 351.3º | 0.73% | 0.71% | - |
| XYZ | 20.96 | 12.32 | 6.74 | - |
| YUV | 90.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 68 | 0 | 0.73 | 0.62 | 0.29 | 351.3 | 0.57 | 0.45 |
| Hex | B4 | 31 | 44 | 0 | 49 | 3E | 1D | 15F | 39 | 2D |
| Octal | 264 | 61 | 104 | 0 | 111 | 76 | 35 | 537 | 71 | 55 |
| Binary | 10110100 | 110001 | 1000100 | 0 | 1001001 | 111110 | 11101 | 101011111 | 111001 | 101101 |
Color Harmonies of #B43144
Complementary color
Monochromatic Colors of #B43144
Black with #B43144
Text Example
Text Example
White with #B43144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43144; }
p { color: rgb(180,49,68); }
H1.HeaderClassName
{
color: #B43144;
}
.AnyTagClassName
{
color: #B43144;
}
</style>
background-color css
<style>
a { background-color: #B43144; }
a { background-color: rgb(180,49,68); }
div.DivClassName
{
background-color: #B43144;
}
.BgClassName
{
background-color: #B43144;
}
</style>
border-color css
<style>
span { border-color: #B43144; }
span { border-color: rgb(180,49,68); }
td.TdClassName
{
border-color: #B43144;
}
.TagClassName
{
border-color: #B43144;
}
</style>