Shades of Old Rose #B4294B
Tints of Old Rose #B4294B
RGB
CMYK
RGB Variations
Color information
#B4294B (or 0xB4294B) is known color: Old Rose. HEX triplet: B4, 29 and 4B. RGB value is (180,41,75). Sum of RGB (Red+Green+Blue) = 180+41+75=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4294B is #4BD6B4. Grayscale: #565656. Windows color (decimal): -4970165 or 4925876. OLE color: 4925876.
HSL color Cylindrical-coordinate representation of color #B4294B: hue angle of 345.32º 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 #B4294B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 75 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.29 |
| HSL | 345.32º | 0.63% | 0.43% | - |
| HSV(B) | 345.32º | 0.77% | 0.71% | - |
| XYZ | 20.89 | 11.8 | 7.83 | - |
| YUV | 86.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 75 | 0 | 0.77 | 0.58 | 0.29 | 345.32 | 0.63 | 0.43 |
| Hex | B4 | 29 | 4B | 0 | 4D | 3A | 1D | 159 | 3F | 2B |
| Octal | 264 | 51 | 113 | 0 | 115 | 72 | 35 | 531 | 77 | 53 |
| Binary | 10110100 | 101001 | 1001011 | 0 | 1001101 | 111010 | 11101 | 101011001 | 111111 | 101011 |
Color Harmonies of #B4294B
Complementary color
Monochromatic Colors of #B4294B
Black with #B4294B
Text Example
Text Example
White with #B4294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4294B; }
p { color: rgb(180,41,75); }
H1.HeaderClassName
{
color: #B4294B;
}
.AnyTagClassName
{
color: #B4294B;
}
</style>
background-color css
<style>
a { background-color: #B4294B; }
a { background-color: rgb(180,41,75); }
div.DivClassName
{
background-color: #B4294B;
}
.BgClassName
{
background-color: #B4294B;
}
</style>
border-color css
<style>
span { border-color: #B4294B; }
span { border-color: rgb(180,41,75); }
td.TdClassName
{
border-color: #B4294B;
}
.TagClassName
{
border-color: #B4294B;
}
</style>