Shades of Old Rose #B41F4D
Tints of Old Rose #B41F4D
RGB
CMYK
RGB Variations
Color information
#B41F4D (or 0xB41F4D) is known color: Old Rose. HEX triplet: B4, 1F and 4D. RGB value is (180,31,77). Sum of RGB (Red+Green+Blue) = 180+31+77=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41F4D is #4BE0B2. Grayscale: #505050. Windows color (decimal): -4972723 or 5054388. OLE color: 5054388.
HSL color Cylindrical-coordinate representation of color #B41F4D: hue angle of 341.48º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F4D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 77 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.29 |
| HSL | 341.48º | 0.71% | 0.41% | - |
| HSV(B) | 341.48º | 0.83% | 0.71% | - |
| XYZ | 20.65 | 11.22 | 8.1 | - |
| YUV | 80.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 77 | 0 | 0.83 | 0.57 | 0.29 | 341.48 | 0.71 | 0.41 |
| Hex | B4 | 1F | 4D | 0 | 53 | 39 | 1D | 155 | 47 | 29 |
| Octal | 264 | 37 | 115 | 0 | 123 | 71 | 35 | 525 | 107 | 51 |
| Binary | 10110100 | 11111 | 1001101 | 0 | 1010011 | 111001 | 11101 | 101010101 | 1000111 | 101001 |
Color Harmonies of #B41F4D
Complementary color
Monochromatic Colors of #B41F4D
Black with #B41F4D
Text Example
Text Example
White with #B41F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F4D; }
p { color: rgb(180,31,77); }
H1.HeaderClassName
{
color: #B41F4D;
}
.AnyTagClassName
{
color: #B41F4D;
}
</style>
background-color css
<style>
a { background-color: #B41F4D; }
a { background-color: rgb(180,31,77); }
div.DivClassName
{
background-color: #B41F4D;
}
.BgClassName
{
background-color: #B41F4D;
}
</style>
border-color css
<style>
span { border-color: #B41F4D; }
span { border-color: rgb(180,31,77); }
td.TdClassName
{
border-color: #B41F4D;
}
.TagClassName
{
border-color: #B41F4D;
}
</style>