Shades of Old Rose #B42958
Tints of Old Rose #B42958
RGB
CMYK
RGB Variations
Color information
#B42958 (or 0xB42958) is known color: Old Rose. HEX triplet: B4, 29 and 58. RGB value is (180,41,88). Sum of RGB (Red+Green+Blue) = 180+41+88=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B42958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42958 is #4BD6A7. Grayscale: #575757. Windows color (decimal): -4970152 or 5777844. OLE color: 5777844.
HSL color Cylindrical-coordinate representation of color #B42958: hue angle of 339.71º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42958 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 88 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.29 |
| HSL | 339.71º | 0.63% | 0.43% | - |
| HSV(B) | 339.71º | 0.77% | 0.71% | - |
| XYZ | 21.38 | 11.99 | 10.42 | - |
| YUV | 87.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 88 | 0 | 0.77 | 0.51 | 0.29 | 339.71 | 0.63 | 0.43 |
| Hex | B4 | 29 | 58 | 0 | 4D | 33 | 1D | 154 | 3F | 2B |
| Octal | 264 | 51 | 130 | 0 | 115 | 63 | 35 | 524 | 77 | 53 |
| Binary | 10110100 | 101001 | 1011000 | 0 | 1001101 | 110011 | 11101 | 101010100 | 111111 | 101011 |
Color Harmonies of #B42958
Complementary color
Monochromatic Colors of #B42958
Black with #B42958
Text Example
Text Example
White with #B42958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42958; }
p { color: rgb(180,41,88); }
H1.HeaderClassName
{
color: #B42958;
}
.AnyTagClassName
{
color: #B42958;
}
</style>
background-color css
<style>
a { background-color: #B42958; }
a { background-color: rgb(180,41,88); }
div.DivClassName
{
background-color: #B42958;
}
.BgClassName
{
background-color: #B42958;
}
</style>
border-color css
<style>
span { border-color: #B42958; }
span { border-color: rgb(180,41,88); }
td.TdClassName
{
border-color: #B42958;
}
.TagClassName
{
border-color: #B42958;
}
</style>