Shades of Old Rose #B1304D
Tints of Old Rose #B1304D
RGB
CMYK
RGB Variations
Color information
#B1304D (or 0xB1304D) is known color: Old Rose. HEX triplet: B1, 30 and 4D. RGB value is (177,48,77). Sum of RGB (Red+Green+Blue) = 177+48+77=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1304D is #4ECFB2. Grayscale: #595959. Windows color (decimal): -5164979 or 5058737. OLE color: 5058737.
HSL color Cylindrical-coordinate representation of color #B1304D: hue angle of 346.51º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1304D is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 77 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.31 |
| HSL | 346.51º | 0.57% | 0.44% | - |
| HSV(B) | 346.51º | 0.73% | 0.69% | - |
| XYZ | 20.53 | 12 | 8.25 | - |
| YUV | 89.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 77 | 0 | 0.73 | 0.56 | 0.31 | 346.51 | 0.57 | 0.44 |
| Hex | B1 | 30 | 4D | 0 | 49 | 38 | 1F | 15B | 39 | 2C |
| Octal | 261 | 60 | 115 | 0 | 111 | 70 | 37 | 533 | 71 | 54 |
| Binary | 10110001 | 110000 | 1001101 | 0 | 1001001 | 111000 | 11111 | 101011011 | 111001 | 101100 |
Color Harmonies of #B1304D
Complementary color
Monochromatic Colors of #B1304D
Black with #B1304D
Text Example
Text Example
White with #B1304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1304D; }
p { color: rgb(177,48,77); }
H1.HeaderClassName
{
color: #B1304D;
}
.AnyTagClassName
{
color: #B1304D;
}
</style>
background-color css
<style>
a { background-color: #B1304D; }
a { background-color: rgb(177,48,77); }
div.DivClassName
{
background-color: #B1304D;
}
.BgClassName
{
background-color: #B1304D;
}
</style>
border-color css
<style>
span { border-color: #B1304D; }
span { border-color: rgb(177,48,77); }
td.TdClassName
{
border-color: #B1304D;
}
.TagClassName
{
border-color: #B1304D;
}
</style>