Shades of Old Rose #B42D4E
Tints of Old Rose #B42D4E
RGB
CMYK
RGB Variations
Color information
#B42D4E (or 0xB42D4E) is known color: Old Rose. HEX triplet: B4, 2D and 4E. RGB value is (180,45,78). Sum of RGB (Red+Green+Blue) = 180+45+78=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D4E is #4BD2B1. Grayscale: #595959. Windows color (decimal): -4969138 or 5123508. OLE color: 5123508.
HSL color Cylindrical-coordinate representation of color #B42D4E: hue angle of 345.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D4E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 78 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.29 |
| HSL | 345.33º | 0.6% | 0.44% | - |
| HSV(B) | 345.33º | 0.75% | 0.71% | - |
| XYZ | 21.14 | 12.13 | 8.44 | - |
| YUV | 89.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 78 | 0 | 0.75 | 0.57 | 0.29 | 345.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | 4E | 0 | 4B | 39 | 1D | 159 | 3C | 2C |
| Octal | 264 | 55 | 116 | 0 | 113 | 71 | 35 | 531 | 74 | 54 |
| Binary | 10110100 | 101101 | 1001110 | 0 | 1001011 | 111001 | 11101 | 101011001 | 111100 | 101100 |
Color Harmonies of #B42D4E
Complementary color
Monochromatic Colors of #B42D4E
Black with #B42D4E
Text Example
Text Example
White with #B42D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D4E; }
p { color: rgb(180,45,78); }
H1.HeaderClassName
{
color: #B42D4E;
}
.AnyTagClassName
{
color: #B42D4E;
}
</style>
background-color css
<style>
a { background-color: #B42D4E; }
a { background-color: rgb(180,45,78); }
div.DivClassName
{
background-color: #B42D4E;
}
.BgClassName
{
background-color: #B42D4E;
}
</style>
border-color css
<style>
span { border-color: #B42D4E; }
span { border-color: rgb(180,45,78); }
td.TdClassName
{
border-color: #B42D4E;
}
.TagClassName
{
border-color: #B42D4E;
}
</style>