Shades of Old Rose #B12D45
Tints of Old Rose #B12D45
RGB
CMYK
RGB Variations
Color information
#B12D45 (or 0xB12D45) is known color: Old Rose. HEX triplet: B1, 2D and 45. RGB value is (177,45,69). Sum of RGB (Red+Green+Blue) = 177+45+69=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D45 is #4ED2BA. Grayscale: #575757. Windows color (decimal): -5165755 or 4533681. OLE color: 4533681.
HSL color Cylindrical-coordinate representation of color #B12D45: hue angle of 349.09º 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 #B12D45 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 69 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.31 |
| HSL | 349.09º | 0.59% | 0.44% | - |
| HSV(B) | 349.09º | 0.75% | 0.69% | - |
| XYZ | 20.14 | 11.65 | 6.82 | - |
| YUV | 87.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 69 | 0 | 0.75 | 0.61 | 0.31 | 349.09 | 0.59 | 0.44 |
| Hex | B1 | 2D | 45 | 0 | 4B | 3D | 1F | 15D | 3B | 2C |
| Octal | 261 | 55 | 105 | 0 | 113 | 75 | 37 | 535 | 73 | 54 |
| Binary | 10110001 | 101101 | 1000101 | 0 | 1001011 | 111101 | 11111 | 101011101 | 111011 | 101100 |
Color Harmonies of #B12D45
Complementary color
Monochromatic Colors of #B12D45
Black with #B12D45
Text Example
Text Example
White with #B12D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D45; }
p { color: rgb(177,45,69); }
H1.HeaderClassName
{
color: #B12D45;
}
.AnyTagClassName
{
color: #B12D45;
}
</style>
background-color css
<style>
a { background-color: #B12D45; }
a { background-color: rgb(177,45,69); }
div.DivClassName
{
background-color: #B12D45;
}
.BgClassName
{
background-color: #B12D45;
}
</style>
border-color css
<style>
span { border-color: #B12D45; }
span { border-color: rgb(177,45,69); }
td.TdClassName
{
border-color: #B12D45;
}
.TagClassName
{
border-color: #B12D45;
}
</style>