Shades of Old Rose #B42B5C
Tints of Old Rose #B42B5C
RGB
CMYK
RGB Variations
Color information
#B42B5C (or 0xB42B5C) is known color: Old Rose. HEX triplet: B4, 2B and 5C. RGB value is (180,43,92). Sum of RGB (Red+Green+Blue) = 180+43+92=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B5C is #4BD4A3. Grayscale: #595959. Windows color (decimal): -4969636 or 6040500. OLE color: 6040500.
HSL color Cylindrical-coordinate representation of color #B42B5C: hue angle of 338.54º 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 #B42B5C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 92 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.29 |
| HSL | 338.54º | 0.61% | 0.44% | - |
| HSV(B) | 338.54º | 0.76% | 0.71% | - |
| XYZ | 21.62 | 12.2 | 11.34 | - |
| YUV | 89.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 92 | 0 | 0.76 | 0.49 | 0.29 | 338.54 | 0.61 | 0.44 |
| Hex | B4 | 2B | 5C | 0 | 4C | 31 | 1D | 153 | 3D | 2C |
| Octal | 264 | 53 | 134 | 0 | 114 | 61 | 35 | 523 | 75 | 54 |
| Binary | 10110100 | 101011 | 1011100 | 0 | 1001100 | 110001 | 11101 | 101010011 | 111101 | 101100 |
Color Harmonies of #B42B5C
Complementary color
Monochromatic Colors of #B42B5C
Black with #B42B5C
Text Example
Text Example
White with #B42B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B5C; }
p { color: rgb(180,43,92); }
H1.HeaderClassName
{
color: #B42B5C;
}
.AnyTagClassName
{
color: #B42B5C;
}
</style>
background-color css
<style>
a { background-color: #B42B5C; }
a { background-color: rgb(180,43,92); }
div.DivClassName
{
background-color: #B42B5C;
}
.BgClassName
{
background-color: #B42B5C;
}
</style>
border-color css
<style>
span { border-color: #B42B5C; }
span { border-color: rgb(180,43,92); }
td.TdClassName
{
border-color: #B42B5C;
}
.TagClassName
{
border-color: #B42B5C;
}
</style>