Shades of Old Rose #B1284A
Tints of Old Rose #B1284A
RGB
CMYK
RGB Variations
Color information
#B1284A (or 0xB1284A) is known color: Old Rose. HEX triplet: B1, 28 and 4A. RGB value is (177,40,74). Sum of RGB (Red+Green+Blue) = 177+40+74=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1284A is #4ED7B5. Grayscale: #545454. Windows color (decimal): -5167030 or 4860081. OLE color: 4860081.
HSL color Cylindrical-coordinate representation of color #B1284A: hue angle of 345.11º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1284A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 74 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.31 |
| HSL | 345.11º | 0.63% | 0.43% | - |
| HSV(B) | 345.11º | 0.77% | 0.69% | - |
| XYZ | 20.13 | 11.36 | 7.61 | - |
| YUV | 84.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 74 | 0 | 0.77 | 0.58 | 0.31 | 345.11 | 0.63 | 0.43 |
| Hex | B1 | 28 | 4A | 0 | 4D | 3A | 1F | 159 | 3F | 2B |
| Octal | 261 | 50 | 112 | 0 | 115 | 72 | 37 | 531 | 77 | 53 |
| Binary | 10110001 | 101000 | 1001010 | 0 | 1001101 | 111010 | 11111 | 101011001 | 111111 | 101011 |
Color Harmonies of #B1284A
Complementary color
Monochromatic Colors of #B1284A
Black with #B1284A
Text Example
Text Example
White with #B1284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1284A; }
p { color: rgb(177,40,74); }
H1.HeaderClassName
{
color: #B1284A;
}
.AnyTagClassName
{
color: #B1284A;
}
</style>
background-color css
<style>
a { background-color: #B1284A; }
a { background-color: rgb(177,40,74); }
div.DivClassName
{
background-color: #B1284A;
}
.BgClassName
{
background-color: #B1284A;
}
</style>
border-color css
<style>
span { border-color: #B1284A; }
span { border-color: rgb(177,40,74); }
td.TdClassName
{
border-color: #B1284A;
}
.TagClassName
{
border-color: #B1284A;
}
</style>