Shades of Old Rose #B1354A
Tints of Old Rose #B1354A
RGB
CMYK
RGB Variations
Color information
#B1354A (or 0xB1354A) is known color: Old Rose. HEX triplet: B1, 35 and 4A. RGB value is (177,53,74). Sum of RGB (Red+Green+Blue) = 177+53+74=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1354A is #4ECAB5. Grayscale: #5C5C5C. Windows color (decimal): -5163702 or 4863409. OLE color: 4863409.
HSL color Cylindrical-coordinate representation of color #B1354A: hue angle of 349.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1354A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 74 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.31 |
| HSL | 349.84º | 0.54% | 0.45% | - |
| HSV(B) | 349.84º | 0.7% | 0.69% | - |
| XYZ | 20.64 | 12.39 | 7.78 | - |
| YUV | 92.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 74 | 0 | 0.70 | 0.58 | 0.31 | 349.84 | 0.54 | 0.45 |
| Hex | B1 | 35 | 4A | 0 | 46 | 3A | 1F | 15E | 36 | 2D |
| Octal | 261 | 65 | 112 | 0 | 106 | 72 | 37 | 536 | 66 | 55 |
| Binary | 10110001 | 110101 | 1001010 | 0 | 1000110 | 111010 | 11111 | 101011110 | 110110 | 101101 |
Color Harmonies of #B1354A
Complementary color
Monochromatic Colors of #B1354A
Black with #B1354A
Text Example
Text Example
White with #B1354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1354A; }
p { color: rgb(177,53,74); }
H1.HeaderClassName
{
color: #B1354A;
}
.AnyTagClassName
{
color: #B1354A;
}
</style>
background-color css
<style>
a { background-color: #B1354A; }
a { background-color: rgb(177,53,74); }
div.DivClassName
{
background-color: #B1354A;
}
.BgClassName
{
background-color: #B1354A;
}
</style>
border-color css
<style>
span { border-color: #B1354A; }
span { border-color: rgb(177,53,74); }
td.TdClassName
{
border-color: #B1354A;
}
.TagClassName
{
border-color: #B1354A;
}
</style>