Shades of Old Rose #B4294F
Tints of Old Rose #B4294F
RGB
CMYK
RGB Variations
Color information
#B4294F (or 0xB4294F) is known color: Old Rose. HEX triplet: B4, 29 and 4F. RGB value is (180,41,79). Sum of RGB (Red+Green+Blue) = 180+41+79=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B4294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4294F is #4BD6B0. Grayscale: #565656. Windows color (decimal): -4970161 or 5188020. OLE color: 5188020.
HSL color Cylindrical-coordinate representation of color #B4294F: hue angle of 343.6º 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 #B4294F is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 79 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.29 |
| HSL | 343.6º | 0.63% | 0.43% | - |
| HSV(B) | 343.6º | 0.77% | 0.71% | - |
| XYZ | 21.03 | 11.85 | 8.58 | - |
| YUV | 86.89 | 123.55 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 79 | 0 | 0.77 | 0.56 | 0.29 | 343.6 | 0.63 | 0.43 |
| Hex | B4 | 29 | 4F | 0 | 4D | 38 | 1D | 158 | 3F | 2B |
| Octal | 264 | 51 | 117 | 0 | 115 | 70 | 35 | 530 | 77 | 53 |
| Binary | 10110100 | 101001 | 1001111 | 0 | 1001101 | 111000 | 11101 | 101011000 | 111111 | 101011 |
Color Harmonies of #B4294F
Complementary color
Monochromatic Colors of #B4294F
Black with #B4294F
Text Example
Text Example
White with #B4294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4294F; }
p { color: rgb(180,41,79); }
H1.HeaderClassName
{
color: #B4294F;
}
.AnyTagClassName
{
color: #B4294F;
}
</style>
background-color css
<style>
a { background-color: #B4294F; }
a { background-color: rgb(180,41,79); }
div.DivClassName
{
background-color: #B4294F;
}
.BgClassName
{
background-color: #B4294F;
}
</style>
border-color css
<style>
span { border-color: #B4294F; }
span { border-color: rgb(180,41,79); }
td.TdClassName
{
border-color: #B4294F;
}
.TagClassName
{
border-color: #B4294F;
}
</style>