Shades of Old Rose #B41D4C
Tints of Old Rose #B41D4C
RGB
CMYK
RGB Variations
Color information
#B41D4C (or 0xB41D4C) is known color: Old Rose. HEX triplet: B4, 1D and 4C. RGB value is (180,29,76). Sum of RGB (Red+Green+Blue) = 180+29+76=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D4C is #4BE2B3. Grayscale: #4F4F4F. Windows color (decimal): -4973236 or 4988340. OLE color: 4988340.
HSL color Cylindrical-coordinate representation of color #B41D4C: hue angle of 341.32º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D4C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 76 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.29 |
| HSL | 341.32º | 0.72% | 0.41% | - |
| HSV(B) | 341.32º | 0.84% | 0.71% | - |
| XYZ | 20.57 | 11.1 | 7.9 | - |
| YUV | 79.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 76 | 0 | 0.84 | 0.58 | 0.29 | 341.32 | 0.72 | 0.41 |
| Hex | B4 | 1D | 4C | 0 | 54 | 3A | 1D | 155 | 48 | 29 |
| Octal | 264 | 35 | 114 | 0 | 124 | 72 | 35 | 525 | 110 | 51 |
| Binary | 10110100 | 11101 | 1001100 | 0 | 1010100 | 111010 | 11101 | 101010101 | 1001000 | 101001 |
Color Harmonies of #B41D4C
Complementary color
Monochromatic Colors of #B41D4C
Black with #B41D4C
Text Example
Text Example
White with #B41D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D4C; }
p { color: rgb(180,29,76); }
H1.HeaderClassName
{
color: #B41D4C;
}
.AnyTagClassName
{
color: #B41D4C;
}
</style>
background-color css
<style>
a { background-color: #B41D4C; }
a { background-color: rgb(180,29,76); }
div.DivClassName
{
background-color: #B41D4C;
}
.BgClassName
{
background-color: #B41D4C;
}
</style>
border-color css
<style>
span { border-color: #B41D4C; }
span { border-color: rgb(180,29,76); }
td.TdClassName
{
border-color: #B41D4C;
}
.TagClassName
{
border-color: #B41D4C;
}
</style>