Shades of Old Rose #B11949
Tints of Old Rose #B11949
RGB
CMYK
RGB Variations
Color information
#B11949 (or 0xB11949) is known color: Old Rose. HEX triplet: B1, 19 and 49. RGB value is (177,25,73). Sum of RGB (Red+Green+Blue) = 177+25+73=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B11949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11949 is #4EE6B6. Grayscale: #4B4B4B. Windows color (decimal): -5170871 or 4790705. OLE color: 4790705.
HSL color Cylindrical-coordinate representation of color #B11949: hue angle of 341.05º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11949 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 73 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.31 |
| HSL | 341.05º | 0.75% | 0.4% | - |
| HSV(B) | 341.05º | 0.86% | 0.69% | - |
| XYZ | 19.68 | 10.52 | 7.3 | - |
| YUV | 75.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 73 | 0 | 0.86 | 0.59 | 0.31 | 341.05 | 0.75 | 0.4 |
| Hex | B1 | 19 | 49 | 0 | 56 | 3B | 1F | 155 | 4B | 28 |
| Octal | 261 | 31 | 111 | 0 | 126 | 73 | 37 | 525 | 113 | 50 |
| Binary | 10110001 | 11001 | 1001001 | 0 | 1010110 | 111011 | 11111 | 101010101 | 1001011 | 101000 |
Color Harmonies of #B11949
Complementary color
Monochromatic Colors of #B11949
Black with #B11949
Text Example
Text Example
White with #B11949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11949; }
p { color: rgb(177,25,73); }
H1.HeaderClassName
{
color: #B11949;
}
.AnyTagClassName
{
color: #B11949;
}
</style>
background-color css
<style>
a { background-color: #B11949; }
a { background-color: rgb(177,25,73); }
div.DivClassName
{
background-color: #B11949;
}
.BgClassName
{
background-color: #B11949;
}
</style>
border-color css
<style>
span { border-color: #B11949; }
span { border-color: rgb(177,25,73); }
td.TdClassName
{
border-color: #B11949;
}
.TagClassName
{
border-color: #B11949;
}
</style>