Shades of Old Rose #B43746
Tints of Old Rose #B43746
RGB
CMYK
RGB Variations
Color information
#B43746 (or 0xB43746) is known color: Old Rose. HEX triplet: B4, 37 and 46. RGB value is (180,55,70). Sum of RGB (Red+Green+Blue) = 180+55+70=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B43746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43746 is #4BC8B9. Grayscale: #5E5E5E. Windows color (decimal): -4966586 or 4601780. OLE color: 4601780.
HSL color Cylindrical-coordinate representation of color #B43746: hue angle of 352.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43746 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 70 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.29 |
| HSL | 352.8º | 0.53% | 0.46% | - |
| HSV(B) | 352.8º | 0.69% | 0.71% | - |
| XYZ | 21.29 | 12.88 | 7.16 | - |
| YUV | 94.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 70 | 0 | 0.69 | 0.61 | 0.29 | 352.8 | 0.53 | 0.46 |
| Hex | B4 | 37 | 46 | 0 | 45 | 3D | 1D | 161 | 35 | 2E |
| Octal | 264 | 67 | 106 | 0 | 105 | 75 | 35 | 541 | 65 | 56 |
| Binary | 10110100 | 110111 | 1000110 | 0 | 1000101 | 111101 | 11101 | 101100001 | 110101 | 101110 |
Color Harmonies of #B43746
Complementary color
Monochromatic Colors of #B43746
Black with #B43746
Text Example
Text Example
White with #B43746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43746; }
p { color: rgb(180,55,70); }
H1.HeaderClassName
{
color: #B43746;
}
.AnyTagClassName
{
color: #B43746;
}
</style>
background-color css
<style>
a { background-color: #B43746; }
a { background-color: rgb(180,55,70); }
div.DivClassName
{
background-color: #B43746;
}
.BgClassName
{
background-color: #B43746;
}
</style>
border-color css
<style>
span { border-color: #B43746; }
span { border-color: rgb(180,55,70); }
td.TdClassName
{
border-color: #B43746;
}
.TagClassName
{
border-color: #B43746;
}
</style>