Shades of Old Rose #B1364A
Tints of Old Rose #B1364A
RGB
CMYK
RGB Variations
Color information
#B1364A (or 0xB1364A) is known color: Old Rose. HEX triplet: B1, 36 and 4A. RGB value is (177,54,74). Sum of RGB (Red+Green+Blue) = 177+54+74=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1364A is #4EC9B5. Grayscale: #5D5D5D. Windows color (decimal): -5163446 or 4863665. OLE color: 4863665.
HSL color Cylindrical-coordinate representation of color #B1364A: hue angle of 350.24º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1364A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 74 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.31 |
| HSL | 350.24º | 0.53% | 0.45% | - |
| HSV(B) | 350.24º | 0.69% | 0.69% | - |
| XYZ | 20.69 | 12.48 | 7.8 | - |
| YUV | 93.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 74 | 0 | 0.69 | 0.58 | 0.31 | 350.24 | 0.53 | 0.45 |
| Hex | B1 | 36 | 4A | 0 | 45 | 3A | 1F | 15E | 35 | 2D |
| Octal | 261 | 66 | 112 | 0 | 105 | 72 | 37 | 536 | 65 | 55 |
| Binary | 10110001 | 110110 | 1001010 | 0 | 1000101 | 111010 | 11111 | 101011110 | 110101 | 101101 |
Color Harmonies of #B1364A
Complementary color
Monochromatic Colors of #B1364A
Black with #B1364A
Text Example
Text Example
White with #B1364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1364A; }
p { color: rgb(177,54,74); }
H1.HeaderClassName
{
color: #B1364A;
}
.AnyTagClassName
{
color: #B1364A;
}
</style>
background-color css
<style>
a { background-color: #B1364A; }
a { background-color: rgb(177,54,74); }
div.DivClassName
{
background-color: #B1364A;
}
.BgClassName
{
background-color: #B1364A;
}
</style>
border-color css
<style>
span { border-color: #B1364A; }
span { border-color: rgb(177,54,74); }
td.TdClassName
{
border-color: #B1364A;
}
.TagClassName
{
border-color: #B1364A;
}
</style>