Shades of Old Rose #B1324D
Tints of Old Rose #B1324D
RGB
CMYK
RGB Variations
Color information
#B1324D (or 0xB1324D) is known color: Old Rose. HEX triplet: B1, 32 and 4D. RGB value is (177,50,77). Sum of RGB (Red+Green+Blue) = 177+50+77=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1324D is #4ECDB2. Grayscale: #5B5B5B. Windows color (decimal): -5164467 or 5059249. OLE color: 5059249.
HSL color Cylindrical-coordinate representation of color #B1324D: hue angle of 347.24º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1324D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 77 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.31 |
| HSL | 347.24º | 0.56% | 0.45% | - |
| HSV(B) | 347.24º | 0.72% | 0.69% | - |
| XYZ | 20.61 | 12.16 | 8.28 | - |
| YUV | 91.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 77 | 0 | 0.72 | 0.56 | 0.31 | 347.24 | 0.56 | 0.45 |
| Hex | B1 | 32 | 4D | 0 | 48 | 38 | 1F | 15B | 38 | 2D |
| Octal | 261 | 62 | 115 | 0 | 110 | 70 | 37 | 533 | 70 | 55 |
| Binary | 10110001 | 110010 | 1001101 | 0 | 1001000 | 111000 | 11111 | 101011011 | 111000 | 101101 |
Color Harmonies of #B1324D
Complementary color
Monochromatic Colors of #B1324D
Black with #B1324D
Text Example
Text Example
White with #B1324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1324D; }
p { color: rgb(177,50,77); }
H1.HeaderClassName
{
color: #B1324D;
}
.AnyTagClassName
{
color: #B1324D;
}
</style>
background-color css
<style>
a { background-color: #B1324D; }
a { background-color: rgb(177,50,77); }
div.DivClassName
{
background-color: #B1324D;
}
.BgClassName
{
background-color: #B1324D;
}
</style>
border-color css
<style>
span { border-color: #B1324D; }
span { border-color: rgb(177,50,77); }
td.TdClassName
{
border-color: #B1324D;
}
.TagClassName
{
border-color: #B1324D;
}
</style>