Shades of Old Rose #B42E4D
Tints of Old Rose #B42E4D
RGB
CMYK
RGB Variations
Color information
#B42E4D (or 0xB42E4D) is known color: Old Rose. HEX triplet: B4, 2E and 4D. RGB value is (180,46,77). Sum of RGB (Red+Green+Blue) = 180+46+77=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E4D is #4BD1B2. Grayscale: #595959. Windows color (decimal): -4968883 or 5058228. OLE color: 5058228.
HSL color Cylindrical-coordinate representation of color #B42E4D: hue angle of 346.12º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E4D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 77 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.29 |
| HSL | 346.12º | 0.59% | 0.44% | - |
| HSV(B) | 346.12º | 0.74% | 0.71% | - |
| XYZ | 21.14 | 12.19 | 8.26 | - |
| YUV | 89.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 77 | 0 | 0.74 | 0.57 | 0.29 | 346.12 | 0.59 | 0.44 |
| Hex | B4 | 2E | 4D | 0 | 4A | 39 | 1D | 15A | 3B | 2C |
| Octal | 264 | 56 | 115 | 0 | 112 | 71 | 35 | 532 | 73 | 54 |
| Binary | 10110100 | 101110 | 1001101 | 0 | 1001010 | 111001 | 11101 | 101011010 | 111011 | 101100 |
Color Harmonies of #B42E4D
Complementary color
Monochromatic Colors of #B42E4D
Black with #B42E4D
Text Example
Text Example
White with #B42E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E4D; }
p { color: rgb(180,46,77); }
H1.HeaderClassName
{
color: #B42E4D;
}
.AnyTagClassName
{
color: #B42E4D;
}
</style>
background-color css
<style>
a { background-color: #B42E4D; }
a { background-color: rgb(180,46,77); }
div.DivClassName
{
background-color: #B42E4D;
}
.BgClassName
{
background-color: #B42E4D;
}
</style>
border-color css
<style>
span { border-color: #B42E4D; }
span { border-color: rgb(180,46,77); }
td.TdClassName
{
border-color: #B42E4D;
}
.TagClassName
{
border-color: #B42E4D;
}
</style>