Shades of Old Rose #B41A4E
Tints of Old Rose #B41A4E
RGB
CMYK
RGB Variations
Color information
#B41A4E (or 0xB41A4E) is known color: Old Rose. HEX triplet: B4, 1A and 4E. RGB value is (180,26,78). Sum of RGB (Red+Green+Blue) = 180+26+78=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A4E is #4BE5B1. Grayscale: #4D4D4D. Windows color (decimal): -4974002 or 5118644. OLE color: 5118644.
HSL color Cylindrical-coordinate representation of color #B41A4E: hue angle of 339.74º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A4E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 78 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.29 |
| HSL | 339.74º | 0.75% | 0.4% | - |
| HSV(B) | 339.74º | 0.86% | 0.71% | - |
| XYZ | 20.57 | 10.99 | 8.25 | - |
| YUV | 77.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 78 | 0 | 0.86 | 0.57 | 0.29 | 339.74 | 0.75 | 0.4 |
| Hex | B4 | 1A | 4E | 0 | 56 | 39 | 1D | 154 | 4B | 28 |
| Octal | 264 | 32 | 116 | 0 | 126 | 71 | 35 | 524 | 113 | 50 |
| Binary | 10110100 | 11010 | 1001110 | 0 | 1010110 | 111001 | 11101 | 101010100 | 1001011 | 101000 |
Color Harmonies of #B41A4E
Complementary color
Monochromatic Colors of #B41A4E
Black with #B41A4E
Text Example
Text Example
White with #B41A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A4E; }
p { color: rgb(180,26,78); }
H1.HeaderClassName
{
color: #B41A4E;
}
.AnyTagClassName
{
color: #B41A4E;
}
</style>
background-color css
<style>
a { background-color: #B41A4E; }
a { background-color: rgb(180,26,78); }
div.DivClassName
{
background-color: #B41A4E;
}
.BgClassName
{
background-color: #B41A4E;
}
</style>
border-color css
<style>
span { border-color: #B41A4E; }
span { border-color: rgb(180,26,78); }
td.TdClassName
{
border-color: #B41A4E;
}
.TagClassName
{
border-color: #B41A4E;
}
</style>