Shades of Old Rose #B81D4C
Tints of Old Rose #B81D4C
RGB
CMYK
RGB Variations
Color information
#B81D4C (or 0xB81D4C) is known color: Old Rose. HEX triplet: B8, 1D and 4C. RGB value is (184,29,76). Sum of RGB (Red+Green+Blue) = 184+29+76=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D4C is #47E2B3. Grayscale: #505050. Windows color (decimal): -4711092 or 4988344. OLE color: 4988344.
HSL color Cylindrical-coordinate representation of color #B81D4C: hue angle of 341.81º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D4C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 76 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.28 |
| HSL | 341.81º | 0.73% | 0.42% | - |
| HSV(B) | 341.81º | 0.84% | 0.72% | - |
| XYZ | 21.51 | 11.59 | 7.94 | - |
| YUV | 80.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 76 | 0 | 0.84 | 0.59 | 0.28 | 341.81 | 0.73 | 0.42 |
| Hex | B8 | 1D | 4C | 0 | 54 | 3B | 1C | 156 | 49 | 2A |
| Octal | 270 | 35 | 114 | 0 | 124 | 73 | 34 | 526 | 111 | 52 |
| Binary | 10111000 | 11101 | 1001100 | 0 | 1010100 | 111011 | 11100 | 101010110 | 1001001 | 101010 |
Color Harmonies of #B81D4C
Complementary color
Monochromatic Colors of #B81D4C
Black with #B81D4C
Text Example
Text Example
White with #B81D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D4C; }
p { color: rgb(184,29,76); }
H1.HeaderClassName
{
color: #B81D4C;
}
.AnyTagClassName
{
color: #B81D4C;
}
</style>
background-color css
<style>
a { background-color: #B81D4C; }
a { background-color: rgb(184,29,76); }
div.DivClassName
{
background-color: #B81D4C;
}
.BgClassName
{
background-color: #B81D4C;
}
</style>
border-color css
<style>
span { border-color: #B81D4C; }
span { border-color: rgb(184,29,76); }
td.TdClassName
{
border-color: #B81D4C;
}
.TagClassName
{
border-color: #B81D4C;
}
</style>