Shades of Old Rose #B81A51
Tints of Old Rose #B81A51
RGB
CMYK
RGB Variations
Color information
#B81A51 (or 0xB81A51) is known color: Old Rose. HEX triplet: B8, 1A and 51. RGB value is (184,26,81). Sum of RGB (Red+Green+Blue) = 184+26+81=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A51 is #47E5AE. Grayscale: #4F4F4F. Windows color (decimal): -4711855 or 5315256. OLE color: 5315256.
HSL color Cylindrical-coordinate representation of color #B81A51: hue angle of 339.11º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A51 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 81 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.28 |
| HSL | 339.11º | 0.75% | 0.41% | - |
| HSV(B) | 339.11º | 0.86% | 0.72% | - |
| XYZ | 21.62 | 11.52 | 8.87 | - |
| YUV | 79.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 81 | 0 | 0.86 | 0.56 | 0.28 | 339.11 | 0.75 | 0.41 |
| Hex | B8 | 1A | 51 | 0 | 56 | 38 | 1C | 153 | 4B | 29 |
| Octal | 270 | 32 | 121 | 0 | 126 | 70 | 34 | 523 | 113 | 51 |
| Binary | 10111000 | 11010 | 1010001 | 0 | 1010110 | 111000 | 11100 | 101010011 | 1001011 | 101001 |
Color Harmonies of #B81A51
Complementary color
Monochromatic Colors of #B81A51
Black with #B81A51
Text Example
Text Example
White with #B81A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A51; }
p { color: rgb(184,26,81); }
H1.HeaderClassName
{
color: #B81A51;
}
.AnyTagClassName
{
color: #B81A51;
}
</style>
background-color css
<style>
a { background-color: #B81A51; }
a { background-color: rgb(184,26,81); }
div.DivClassName
{
background-color: #B81A51;
}
.BgClassName
{
background-color: #B81A51;
}
</style>
border-color css
<style>
span { border-color: #B81A51; }
span { border-color: rgb(184,26,81); }
td.TdClassName
{
border-color: #B81A51;
}
.TagClassName
{
border-color: #B81A51;
}
</style>