Shades of Old Rose #B43D4D
Tints of Old Rose #B43D4D
RGB
CMYK
RGB Variations
Color information
#B43D4D (or 0xB43D4D) is known color: Old Rose. HEX triplet: B4, 3D and 4D. RGB value is (180,61,77). Sum of RGB (Red+Green+Blue) = 180+61+77=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D4D is #4BC2B2. Grayscale: #626262. Windows color (decimal): -4965043 or 5062068. OLE color: 5062068.
HSL color Cylindrical-coordinate representation of color #B43D4D: hue angle of 351.93º 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 #B43D4D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 77 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.29 |
| HSL | 351.93º | 0.49% | 0.47% | - |
| HSV(B) | 351.93º | 0.66% | 0.71% | - |
| XYZ | 21.83 | 13.58 | 8.49 | - |
| YUV | 98.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 77 | 0 | 0.66 | 0.57 | 0.29 | 351.93 | 0.49 | 0.47 |
| Hex | B4 | 3D | 4D | 0 | 42 | 39 | 1D | 160 | 31 | 2F |
| Octal | 264 | 75 | 115 | 0 | 102 | 71 | 35 | 540 | 61 | 57 |
| Binary | 10110100 | 111101 | 1001101 | 0 | 1000010 | 111001 | 11101 | 101100000 | 110001 | 101111 |
Color Harmonies of #B43D4D
Complementary color
Monochromatic Colors of #B43D4D
Black with #B43D4D
Text Example
Text Example
White with #B43D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D4D; }
p { color: rgb(180,61,77); }
H1.HeaderClassName
{
color: #B43D4D;
}
.AnyTagClassName
{
color: #B43D4D;
}
</style>
background-color css
<style>
a { background-color: #B43D4D; }
a { background-color: rgb(180,61,77); }
div.DivClassName
{
background-color: #B43D4D;
}
.BgClassName
{
background-color: #B43D4D;
}
</style>
border-color css
<style>
span { border-color: #B43D4D; }
span { border-color: rgb(180,61,77); }
td.TdClassName
{
border-color: #B43D4D;
}
.TagClassName
{
border-color: #B43D4D;
}
</style>