Shades of Old Rose #B12844
Tints of Old Rose #B12844
RGB
CMYK
RGB Variations
Color information
#B12844 (or 0xB12844) is known color: Old Rose. HEX triplet: B1, 28 and 44. RGB value is (177,40,68). Sum of RGB (Red+Green+Blue) = 177+40+68=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B12844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12844 is #4ED7BB. Grayscale: #545454. Windows color (decimal): -5167036 or 4466865. OLE color: 4466865.
HSL color Cylindrical-coordinate representation of color #B12844: hue angle of 347.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12844 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 68 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.31 |
| HSL | 347.74º | 0.63% | 0.43% | - |
| HSV(B) | 347.74º | 0.77% | 0.69% | - |
| XYZ | 19.93 | 11.28 | 6.6 | - |
| YUV | 84.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 68 | 0 | 0.77 | 0.62 | 0.31 | 347.74 | 0.63 | 0.43 |
| Hex | B1 | 28 | 44 | 0 | 4D | 3E | 1F | 15C | 3F | 2B |
| Octal | 261 | 50 | 104 | 0 | 115 | 76 | 37 | 534 | 77 | 53 |
| Binary | 10110001 | 101000 | 1000100 | 0 | 1001101 | 111110 | 11111 | 101011100 | 111111 | 101011 |
Color Harmonies of #B12844
Complementary color
Monochromatic Colors of #B12844
Black with #B12844
Text Example
Text Example
White with #B12844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12844; }
p { color: rgb(177,40,68); }
H1.HeaderClassName
{
color: #B12844;
}
.AnyTagClassName
{
color: #B12844;
}
</style>
background-color css
<style>
a { background-color: #B12844; }
a { background-color: rgb(177,40,68); }
div.DivClassName
{
background-color: #B12844;
}
.BgClassName
{
background-color: #B12844;
}
</style>
border-color css
<style>
span { border-color: #B12844; }
span { border-color: rgb(177,40,68); }
td.TdClassName
{
border-color: #B12844;
}
.TagClassName
{
border-color: #B12844;
}
</style>