Shades of Old Rose #B43953
Tints of Old Rose #B43953
RGB
CMYK
RGB Variations
Color information
#B43953 (or 0xB43953) is known color: Old Rose. HEX triplet: B4, 39 and 53. RGB value is (180,57,83). Sum of RGB (Red+Green+Blue) = 180+57+83=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B43953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43953 is #4BC6AC. Grayscale: #606060. Windows color (decimal): -4966061 or 5454260. OLE color: 5454260.
HSL color Cylindrical-coordinate representation of color #B43953: hue angle of 347.32º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43953 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 83 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.29 |
| HSL | 347.32º | 0.52% | 0.46% | - |
| HSV(B) | 347.32º | 0.68% | 0.71% | - |
| XYZ | 21.85 | 13.25 | 9.59 | - |
| YUV | 96.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 83 | 0 | 0.68 | 0.54 | 0.29 | 347.32 | 0.52 | 0.46 |
| Hex | B4 | 39 | 53 | 0 | 44 | 36 | 1D | 15B | 34 | 2E |
| Octal | 264 | 71 | 123 | 0 | 104 | 66 | 35 | 533 | 64 | 56 |
| Binary | 10110100 | 111001 | 1010011 | 0 | 1000100 | 110110 | 11101 | 101011011 | 110100 | 101110 |
Color Harmonies of #B43953
Complementary color
Monochromatic Colors of #B43953
Black with #B43953
Text Example
Text Example
White with #B43953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43953; }
p { color: rgb(180,57,83); }
H1.HeaderClassName
{
color: #B43953;
}
.AnyTagClassName
{
color: #B43953;
}
</style>
background-color css
<style>
a { background-color: #B43953; }
a { background-color: rgb(180,57,83); }
div.DivClassName
{
background-color: #B43953;
}
.BgClassName
{
background-color: #B43953;
}
</style>
border-color css
<style>
span { border-color: #B43953; }
span { border-color: rgb(180,57,83); }
td.TdClassName
{
border-color: #B43953;
}
.TagClassName
{
border-color: #B43953;
}
</style>