Shades of Old Rose #B43C4D
Tints of Old Rose #B43C4D
RGB
CMYK
RGB Variations
Color information
#B43C4D (or 0xB43C4D) is known color: Old Rose. HEX triplet: B4, 3C and 4D. RGB value is (180,60,77). Sum of RGB (Red+Green+Blue) = 180+60+77=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C4D is #4BC3B2. Grayscale: #616161. Windows color (decimal): -4965299 or 5061812. OLE color: 5061812.
HSL color Cylindrical-coordinate representation of color #B43C4D: hue angle of 351.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43C4D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 77 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.29 |
| HSL | 351.5º | 0.5% | 0.47% | - |
| HSV(B) | 351.5º | 0.67% | 0.71% | - |
| XYZ | 21.78 | 13.47 | 8.47 | - |
| YUV | 97.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 77 | 0 | 0.67 | 0.57 | 0.29 | 351.5 | 0.5 | 0.47 |
| Hex | B4 | 3C | 4D | 0 | 43 | 39 | 1D | 160 | 32 | 2F |
| Octal | 264 | 74 | 115 | 0 | 103 | 71 | 35 | 540 | 62 | 57 |
| Binary | 10110100 | 111100 | 1001101 | 0 | 1000011 | 111001 | 11101 | 101100000 | 110010 | 101111 |
Color Harmonies of #B43C4D
Complementary color
Monochromatic Colors of #B43C4D
Black with #B43C4D
Text Example
Text Example
White with #B43C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C4D; }
p { color: rgb(180,60,77); }
H1.HeaderClassName
{
color: #B43C4D;
}
.AnyTagClassName
{
color: #B43C4D;
}
</style>
background-color css
<style>
a { background-color: #B43C4D; }
a { background-color: rgb(180,60,77); }
div.DivClassName
{
background-color: #B43C4D;
}
.BgClassName
{
background-color: #B43C4D;
}
</style>
border-color css
<style>
span { border-color: #B43C4D; }
span { border-color: rgb(180,60,77); }
td.TdClassName
{
border-color: #B43C4D;
}
.TagClassName
{
border-color: #B43C4D;
}
</style>