Shades of Old Rose #B12845
Tints of Old Rose #B12845
RGB
CMYK
RGB Variations
Color information
#B12845 (or 0xB12845) is known color: Old Rose. HEX triplet: B1, 28 and 45. RGB value is (177,40,69). Sum of RGB (Red+Green+Blue) = 177+40+69=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12845 is #4ED7BA. Grayscale: #545454. Windows color (decimal): -5167035 or 4532401. OLE color: 4532401.
HSL color Cylindrical-coordinate representation of color #B12845: hue angle of 347.3º 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 #B12845 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 69 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.31 |
| HSL | 347.3º | 0.63% | 0.43% | - |
| HSV(B) | 347.3º | 0.77% | 0.69% | - |
| XYZ | 19.96 | 11.29 | 6.76 | - |
| YUV | 84.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 69 | 0 | 0.77 | 0.61 | 0.31 | 347.3 | 0.63 | 0.43 |
| Hex | B1 | 28 | 45 | 0 | 4D | 3D | 1F | 15B | 3F | 2B |
| Octal | 261 | 50 | 105 | 0 | 115 | 75 | 37 | 533 | 77 | 53 |
| Binary | 10110001 | 101000 | 1000101 | 0 | 1001101 | 111101 | 11111 | 101011011 | 111111 | 101011 |
Color Harmonies of #B12845
Complementary color
Monochromatic Colors of #B12845
Black with #B12845
Text Example
Text Example
White with #B12845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12845; }
p { color: rgb(177,40,69); }
H1.HeaderClassName
{
color: #B12845;
}
.AnyTagClassName
{
color: #B12845;
}
</style>
background-color css
<style>
a { background-color: #B12845; }
a { background-color: rgb(177,40,69); }
div.DivClassName
{
background-color: #B12845;
}
.BgClassName
{
background-color: #B12845;
}
</style>
border-color css
<style>
span { border-color: #B12845; }
span { border-color: rgb(177,40,69); }
td.TdClassName
{
border-color: #B12845;
}
.TagClassName
{
border-color: #B12845;
}
</style>