Shades of Old Rose #B81D4B
Tints of Old Rose #B81D4B
RGB
CMYK
RGB Variations
Color information
#B81D4B (or 0xB81D4B) is known color: Old Rose. HEX triplet: B8, 1D and 4B. RGB value is (184,29,75). Sum of RGB (Red+Green+Blue) = 184+29+75=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D4B is #47E2B4. Grayscale: #505050. Windows color (decimal): -4711093 or 4922808. OLE color: 4922808.
HSL color Cylindrical-coordinate representation of color #B81D4B: hue angle of 342.19º 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 #B81D4B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 75 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.28 |
| HSL | 342.19º | 0.73% | 0.42% | - |
| HSV(B) | 342.19º | 0.84% | 0.72% | - |
| XYZ | 21.48 | 11.58 | 7.76 | - |
| YUV | 80.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 75 | 0 | 0.84 | 0.59 | 0.28 | 342.19 | 0.73 | 0.42 |
| Hex | B8 | 1D | 4B | 0 | 54 | 3B | 1C | 156 | 49 | 2A |
| Octal | 270 | 35 | 113 | 0 | 124 | 73 | 34 | 526 | 111 | 52 |
| Binary | 10111000 | 11101 | 1001011 | 0 | 1010100 | 111011 | 11100 | 101010110 | 1001001 | 101010 |
Color Harmonies of #B81D4B
Complementary color
Monochromatic Colors of #B81D4B
Black with #B81D4B
Text Example
Text Example
White with #B81D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D4B; }
p { color: rgb(184,29,75); }
H1.HeaderClassName
{
color: #B81D4B;
}
.AnyTagClassName
{
color: #B81D4B;
}
</style>
background-color css
<style>
a { background-color: #B81D4B; }
a { background-color: rgb(184,29,75); }
div.DivClassName
{
background-color: #B81D4B;
}
.BgClassName
{
background-color: #B81D4B;
}
</style>
border-color css
<style>
span { border-color: #B81D4B; }
span { border-color: rgb(184,29,75); }
td.TdClassName
{
border-color: #B81D4B;
}
.TagClassName
{
border-color: #B81D4B;
}
</style>