Shades of Old Rose #B43E4D
Tints of Old Rose #B43E4D
RGB
CMYK
RGB Variations
Color information
#B43E4D (or 0xB43E4D) is known color: Old Rose. HEX triplet: B4, 3E and 4D. RGB value is (180,62,77). Sum of RGB (Red+Green+Blue) = 180+62+77=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E4D is #4BC1B2. Grayscale: #636363. Windows color (decimal): -4964787 or 5062324. OLE color: 5062324.
HSL color Cylindrical-coordinate representation of color #B43E4D: hue angle of 352.37º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E4D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 77 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.29 |
| HSL | 352.37º | 0.49% | 0.47% | - |
| HSV(B) | 352.37º | 0.66% | 0.71% | - |
| XYZ | 21.88 | 13.68 | 8.51 | - |
| YUV | 98.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 77 | 0 | 0.66 | 0.57 | 0.29 | 352.37 | 0.49 | 0.47 |
| Hex | B4 | 3E | 4D | 0 | 42 | 39 | 1D | 160 | 31 | 2F |
| Octal | 264 | 76 | 115 | 0 | 102 | 71 | 35 | 540 | 61 | 57 |
| Binary | 10110100 | 111110 | 1001101 | 0 | 1000010 | 111001 | 11101 | 101100000 | 110001 | 101111 |
Color Harmonies of #B43E4D
Complementary color
Monochromatic Colors of #B43E4D
Black with #B43E4D
Text Example
Text Example
White with #B43E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E4D; }
p { color: rgb(180,62,77); }
H1.HeaderClassName
{
color: #B43E4D;
}
.AnyTagClassName
{
color: #B43E4D;
}
</style>
background-color css
<style>
a { background-color: #B43E4D; }
a { background-color: rgb(180,62,77); }
div.DivClassName
{
background-color: #B43E4D;
}
.BgClassName
{
background-color: #B43E4D;
}
</style>
border-color css
<style>
span { border-color: #B43E4D; }
span { border-color: rgb(180,62,77); }
td.TdClassName
{
border-color: #B43E4D;
}
.TagClassName
{
border-color: #B43E4D;
}
</style>