Shades of Old Rose #B12445
Tints of Old Rose #B12445
RGB
CMYK
RGB Variations
Color information
#B12445 (or 0xB12445) is known color: Old Rose. HEX triplet: B1, 24 and 45. RGB value is (177,36,69). Sum of RGB (Red+Green+Blue) = 177+36+69=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B12445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12445 is #4EDBBA. Grayscale: #515151. Windows color (decimal): -5168059 or 4531377. OLE color: 4531377.
HSL color Cylindrical-coordinate representation of color #B12445: hue angle of 345.96º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12445 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 69 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.31 |
| HSL | 345.96º | 0.66% | 0.42% | - |
| HSV(B) | 345.96º | 0.8% | 0.69% | - |
| XYZ | 19.84 | 11.04 | 6.72 | - |
| YUV | 81.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 69 | 0 | 0.80 | 0.61 | 0.31 | 345.96 | 0.66 | 0.42 |
| Hex | B1 | 24 | 45 | 0 | 50 | 3D | 1F | 15A | 42 | 2A |
| Octal | 261 | 44 | 105 | 0 | 120 | 75 | 37 | 532 | 102 | 52 |
| Binary | 10110001 | 100100 | 1000101 | 0 | 1010000 | 111101 | 11111 | 101011010 | 1000010 | 101010 |
Color Harmonies of #B12445
Complementary color
Monochromatic Colors of #B12445
Black with #B12445
Text Example
Text Example
White with #B12445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12445; }
p { color: rgb(177,36,69); }
H1.HeaderClassName
{
color: #B12445;
}
.AnyTagClassName
{
color: #B12445;
}
</style>
background-color css
<style>
a { background-color: #B12445; }
a { background-color: rgb(177,36,69); }
div.DivClassName
{
background-color: #B12445;
}
.BgClassName
{
background-color: #B12445;
}
</style>
border-color css
<style>
span { border-color: #B12445; }
span { border-color: rgb(177,36,69); }
td.TdClassName
{
border-color: #B12445;
}
.TagClassName
{
border-color: #B12445;
}
</style>