Shades of Old Rose #B81D52
Tints of Old Rose #B81D52
RGB
CMYK
RGB Variations
Color information
#B81D52 (or 0xB81D52) is known color: Old Rose. HEX triplet: B8, 1D and 52. RGB value is (184,29,82). Sum of RGB (Red+Green+Blue) = 184+29+82=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D52 is #47E2AD. Grayscale: #515151. Windows color (decimal): -4711086 or 5381560. OLE color: 5381560.
HSL color Cylindrical-coordinate representation of color #B81D52: hue angle of 339.48º 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 #B81D52 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 82 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.28 |
| HSL | 339.48º | 0.73% | 0.42% | - |
| HSV(B) | 339.48º | 0.84% | 0.72% | - |
| XYZ | 21.73 | 11.68 | 9.09 | - |
| YUV | 81.39 | 128.35 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 82 | 0 | 0.84 | 0.55 | 0.28 | 339.48 | 0.73 | 0.42 |
| Hex | B8 | 1D | 52 | 0 | 54 | 37 | 1C | 153 | 49 | 2A |
| Octal | 270 | 35 | 122 | 0 | 124 | 67 | 34 | 523 | 111 | 52 |
| Binary | 10111000 | 11101 | 1010010 | 0 | 1010100 | 110111 | 11100 | 101010011 | 1001001 | 101010 |
Color Harmonies of #B81D52
Complementary color
Monochromatic Colors of #B81D52
Black with #B81D52
Text Example
Text Example
White with #B81D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D52; }
p { color: rgb(184,29,82); }
H1.HeaderClassName
{
color: #B81D52;
}
.AnyTagClassName
{
color: #B81D52;
}
</style>
background-color css
<style>
a { background-color: #B81D52; }
a { background-color: rgb(184,29,82); }
div.DivClassName
{
background-color: #B81D52;
}
.BgClassName
{
background-color: #B81D52;
}
</style>
border-color css
<style>
span { border-color: #B81D52; }
span { border-color: rgb(184,29,82); }
td.TdClassName
{
border-color: #B81D52;
}
.TagClassName
{
border-color: #B81D52;
}
</style>