Shades of Old Rose #B43350
Tints of Old Rose #B43350
RGB
CMYK
RGB Variations
Color information
#B43350 (or 0xB43350) is known color: Old Rose. HEX triplet: B4, 33 and 50. RGB value is (180,51,80). Sum of RGB (Red+Green+Blue) = 180+51+80=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B43350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43350 is #4BCCAF. Grayscale: #5C5C5C. Windows color (decimal): -4967600 or 5256116. OLE color: 5256116.
HSL color Cylindrical-coordinate representation of color #B43350: hue angle of 346.51º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43350 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 80 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.29 |
| HSL | 346.51º | 0.56% | 0.45% | - |
| HSV(B) | 346.51º | 0.72% | 0.71% | - |
| XYZ | 21.45 | 12.65 | 8.9 | - |
| YUV | 92.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 80 | 0 | 0.72 | 0.56 | 0.29 | 346.51 | 0.56 | 0.45 |
| Hex | B4 | 33 | 50 | 0 | 48 | 38 | 1D | 15B | 38 | 2D |
| Octal | 264 | 63 | 120 | 0 | 110 | 70 | 35 | 533 | 70 | 55 |
| Binary | 10110100 | 110011 | 1010000 | 0 | 1001000 | 111000 | 11101 | 101011011 | 111000 | 101101 |
Color Harmonies of #B43350
Complementary color
Monochromatic Colors of #B43350
Black with #B43350
Text Example
Text Example
White with #B43350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43350; }
p { color: rgb(180,51,80); }
H1.HeaderClassName
{
color: #B43350;
}
.AnyTagClassName
{
color: #B43350;
}
</style>
background-color css
<style>
a { background-color: #B43350; }
a { background-color: rgb(180,51,80); }
div.DivClassName
{
background-color: #B43350;
}
.BgClassName
{
background-color: #B43350;
}
</style>
border-color css
<style>
span { border-color: #B43350; }
span { border-color: rgb(180,51,80); }
td.TdClassName
{
border-color: #B43350;
}
.TagClassName
{
border-color: #B43350;
}
</style>