Shades of Old Rose #B42C4F
Tints of Old Rose #B42C4F
RGB
CMYK
RGB Variations
Color information
#B42C4F (or 0xB42C4F) is known color: Old Rose. HEX triplet: B4, 2C and 4F. RGB value is (180,44,79). Sum of RGB (Red+Green+Blue) = 180+44+79=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C4F is #4BD3B0. Grayscale: #585858. Windows color (decimal): -4969393 or 5188788. OLE color: 5188788.
HSL color Cylindrical-coordinate representation of color #B42C4F: hue angle of 344.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C4F is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 79 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.29 |
| HSL | 344.56º | 0.61% | 0.44% | - |
| HSV(B) | 344.56º | 0.76% | 0.71% | - |
| XYZ | 21.13 | 12.07 | 8.61 | - |
| YUV | 88.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 79 | 0 | 0.76 | 0.56 | 0.29 | 344.56 | 0.61 | 0.44 |
| Hex | B4 | 2C | 4F | 0 | 4C | 38 | 1D | 159 | 3D | 2C |
| Octal | 264 | 54 | 117 | 0 | 114 | 70 | 35 | 531 | 75 | 54 |
| Binary | 10110100 | 101100 | 1001111 | 0 | 1001100 | 111000 | 11101 | 101011001 | 111101 | 101100 |
Color Harmonies of #B42C4F
Complementary color
Monochromatic Colors of #B42C4F
Black with #B42C4F
Text Example
Text Example
White with #B42C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C4F; }
p { color: rgb(180,44,79); }
H1.HeaderClassName
{
color: #B42C4F;
}
.AnyTagClassName
{
color: #B42C4F;
}
</style>
background-color css
<style>
a { background-color: #B42C4F; }
a { background-color: rgb(180,44,79); }
div.DivClassName
{
background-color: #B42C4F;
}
.BgClassName
{
background-color: #B42C4F;
}
</style>
border-color css
<style>
span { border-color: #B42C4F; }
span { border-color: rgb(180,44,79); }
td.TdClassName
{
border-color: #B42C4F;
}
.TagClassName
{
border-color: #B42C4F;
}
</style>