Shades of Old Rose #B4295D
Tints of Old Rose #B4295D
RGB
CMYK
RGB Variations
Color information
#B4295D (or 0xB4295D) is known color: Old Rose. HEX triplet: B4, 29 and 5D. RGB value is (180,41,93). Sum of RGB (Red+Green+Blue) = 180+41+93=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B4295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4295D is #4BD6A2. Grayscale: #585858. Windows color (decimal): -4970147 or 6105524. OLE color: 6105524.
HSL color Cylindrical-coordinate representation of color #B4295D: hue angle of 337.55º 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 #B4295D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 93 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.29 |
| HSL | 337.55º | 0.63% | 0.43% | - |
| HSV(B) | 337.55º | 0.77% | 0.71% | - |
| XYZ | 21.59 | 12.08 | 11.55 | - |
| YUV | 88.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 93 | 0 | 0.77 | 0.48 | 0.29 | 337.55 | 0.63 | 0.43 |
| Hex | B4 | 29 | 5D | 0 | 4D | 30 | 1D | 152 | 3F | 2B |
| Octal | 264 | 51 | 135 | 0 | 115 | 60 | 35 | 522 | 77 | 53 |
| Binary | 10110100 | 101001 | 1011101 | 0 | 1001101 | 110000 | 11101 | 101010010 | 111111 | 101011 |
Color Harmonies of #B4295D
Complementary color
Monochromatic Colors of #B4295D
Black with #B4295D
Text Example
Text Example
White with #B4295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4295D; }
p { color: rgb(180,41,93); }
H1.HeaderClassName
{
color: #B4295D;
}
.AnyTagClassName
{
color: #B4295D;
}
</style>
background-color css
<style>
a { background-color: #B4295D; }
a { background-color: rgb(180,41,93); }
div.DivClassName
{
background-color: #B4295D;
}
.BgClassName
{
background-color: #B4295D;
}
</style>
border-color css
<style>
span { border-color: #B4295D; }
span { border-color: rgb(180,41,93); }
td.TdClassName
{
border-color: #B4295D;
}
.TagClassName
{
border-color: #B4295D;
}
</style>