Shades of Old Rose #B41D4A
Tints of Old Rose #B41D4A
RGB
CMYK
RGB Variations
Color information
#B41D4A (or 0xB41D4A) is known color: Old Rose. HEX triplet: B4, 1D and 4A. RGB value is (180,29,74). Sum of RGB (Red+Green+Blue) = 180+29+74=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D4A is #4BE2B5. Grayscale: #4F4F4F. Windows color (decimal): -4973238 or 4857268. OLE color: 4857268.
HSL color Cylindrical-coordinate representation of color #B41D4A: hue angle of 342.12º 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 #B41D4A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 74 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.29 |
| HSL | 342.12º | 0.72% | 0.41% | - |
| HSV(B) | 342.12º | 0.84% | 0.71% | - |
| XYZ | 20.5 | 11.08 | 7.54 | - |
| YUV | 79.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 74 | 0 | 0.84 | 0.59 | 0.29 | 342.12 | 0.72 | 0.41 |
| Hex | B4 | 1D | 4A | 0 | 54 | 3B | 1D | 156 | 48 | 29 |
| Octal | 264 | 35 | 112 | 0 | 124 | 73 | 35 | 526 | 110 | 51 |
| Binary | 10110100 | 11101 | 1001010 | 0 | 1010100 | 111011 | 11101 | 101010110 | 1001000 | 101001 |
Color Harmonies of #B41D4A
Complementary color
Monochromatic Colors of #B41D4A
Black with #B41D4A
Text Example
Text Example
White with #B41D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D4A; }
p { color: rgb(180,29,74); }
H1.HeaderClassName
{
color: #B41D4A;
}
.AnyTagClassName
{
color: #B41D4A;
}
</style>
background-color css
<style>
a { background-color: #B41D4A; }
a { background-color: rgb(180,29,74); }
div.DivClassName
{
background-color: #B41D4A;
}
.BgClassName
{
background-color: #B41D4A;
}
</style>
border-color css
<style>
span { border-color: #B41D4A; }
span { border-color: rgb(180,29,74); }
td.TdClassName
{
border-color: #B41D4A;
}
.TagClassName
{
border-color: #B41D4A;
}
</style>