Shades of Old Rose #B12D40
Tints of Old Rose #B12D40
RGB
CMYK
RGB Variations
Color information
#B12D40 (or 0xB12D40) is known color: Old Rose. HEX triplet: B1, 2D and 40. RGB value is (177,45,64). Sum of RGB (Red+Green+Blue) = 177+45+64=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D40 is #4ED2BF. Grayscale: #565656. Windows color (decimal): -5165760 or 4206001. OLE color: 4206001.
HSL color Cylindrical-coordinate representation of color #B12D40: hue angle of 351.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D40 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 64 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.31 |
| HSL | 351.36º | 0.59% | 0.44% | - |
| HSV(B) | 351.36º | 0.75% | 0.69% | - |
| XYZ | 20 | 11.59 | 6.03 | - |
| YUV | 86.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 64 | 0 | 0.75 | 0.64 | 0.31 | 351.36 | 0.59 | 0.44 |
| Hex | B1 | 2D | 40 | 0 | 4B | 40 | 1F | 15F | 3B | 2C |
| Octal | 261 | 55 | 100 | 0 | 113 | 100 | 37 | 537 | 73 | 54 |
| Binary | 10110001 | 101101 | 1000000 | 0 | 1001011 | 1000000 | 11111 | 101011111 | 111011 | 101100 |
Color Harmonies of #B12D40
Complementary color
Monochromatic Colors of #B12D40
Black with #B12D40
Text Example
Text Example
White with #B12D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D40; }
p { color: rgb(177,45,64); }
H1.HeaderClassName
{
color: #B12D40;
}
.AnyTagClassName
{
color: #B12D40;
}
</style>
background-color css
<style>
a { background-color: #B12D40; }
a { background-color: rgb(177,45,64); }
div.DivClassName
{
background-color: #B12D40;
}
.BgClassName
{
background-color: #B12D40;
}
</style>
border-color css
<style>
span { border-color: #B12D40; }
span { border-color: rgb(177,45,64); }
td.TdClassName
{
border-color: #B12D40;
}
.TagClassName
{
border-color: #B12D40;
}
</style>