Shades of Old Rose #B42E5B
Tints of Old Rose #B42E5B
RGB
CMYK
RGB Variations
Color information
#B42E5B (or 0xB42E5B) is known color: Old Rose. HEX triplet: B4, 2E and 5B. RGB value is (180,46,91). Sum of RGB (Red+Green+Blue) = 180+46+91=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E5B is #4BD1A4. Grayscale: #5B5B5B. Windows color (decimal): -4968869 or 5975732. OLE color: 5975732.
HSL color Cylindrical-coordinate representation of color #B42E5B: hue angle of 339.85º 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 #B42E5B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 91 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.29 |
| HSL | 339.85º | 0.59% | 0.44% | - |
| HSV(B) | 339.85º | 0.74% | 0.71% | - |
| XYZ | 21.69 | 12.41 | 11.15 | - |
| YUV | 91.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 91 | 0 | 0.74 | 0.49 | 0.29 | 339.85 | 0.59 | 0.44 |
| Hex | B4 | 2E | 5B | 0 | 4A | 31 | 1D | 154 | 3B | 2C |
| Octal | 264 | 56 | 133 | 0 | 112 | 61 | 35 | 524 | 73 | 54 |
| Binary | 10110100 | 101110 | 1011011 | 0 | 1001010 | 110001 | 11101 | 101010100 | 111011 | 101100 |
Color Harmonies of #B42E5B
Complementary color
Monochromatic Colors of #B42E5B
Black with #B42E5B
Text Example
Text Example
White with #B42E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E5B; }
p { color: rgb(180,46,91); }
H1.HeaderClassName
{
color: #B42E5B;
}
.AnyTagClassName
{
color: #B42E5B;
}
</style>
background-color css
<style>
a { background-color: #B42E5B; }
a { background-color: rgb(180,46,91); }
div.DivClassName
{
background-color: #B42E5B;
}
.BgClassName
{
background-color: #B42E5B;
}
</style>
border-color css
<style>
span { border-color: #B42E5B; }
span { border-color: rgb(180,46,91); }
td.TdClassName
{
border-color: #B42E5B;
}
.TagClassName
{
border-color: #B42E5B;
}
</style>