Shades of Old Rose #B12C4C
Tints of Old Rose #B12C4C
RGB
CMYK
RGB Variations
Color information
#B12C4C (or 0xB12C4C) is known color: Old Rose. HEX triplet: B1, 2C and 4C. RGB value is (177,44,76). Sum of RGB (Red+Green+Blue) = 177+44+76=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C4C is #4ED3B3. Grayscale: #575757. Windows color (decimal): -5166004 or 4992177. OLE color: 4992177.
HSL color Cylindrical-coordinate representation of color #B12C4C: hue angle of 345.56º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12C4C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 76 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.31 |
| HSL | 345.56º | 0.6% | 0.43% | - |
| HSV(B) | 345.56º | 0.75% | 0.69% | - |
| XYZ | 20.34 | 11.67 | 8.02 | - |
| YUV | 87.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 76 | 0 | 0.75 | 0.57 | 0.31 | 345.56 | 0.6 | 0.43 |
| Hex | B1 | 2C | 4C | 0 | 4B | 39 | 1F | 15A | 3C | 2B |
| Octal | 261 | 54 | 114 | 0 | 113 | 71 | 37 | 532 | 74 | 53 |
| Binary | 10110001 | 101100 | 1001100 | 0 | 1001011 | 111001 | 11111 | 101011010 | 111100 | 101011 |
Color Harmonies of #B12C4C
Complementary color
Monochromatic Colors of #B12C4C
Black with #B12C4C
Text Example
Text Example
White with #B12C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C4C; }
p { color: rgb(177,44,76); }
H1.HeaderClassName
{
color: #B12C4C;
}
.AnyTagClassName
{
color: #B12C4C;
}
</style>
background-color css
<style>
a { background-color: #B12C4C; }
a { background-color: rgb(177,44,76); }
div.DivClassName
{
background-color: #B12C4C;
}
.BgClassName
{
background-color: #B12C4C;
}
</style>
border-color css
<style>
span { border-color: #B12C4C; }
span { border-color: rgb(177,44,76); }
td.TdClassName
{
border-color: #B12C4C;
}
.TagClassName
{
border-color: #B12C4C;
}
</style>