Shades of Old Rose #B1324C
Tints of Old Rose #B1324C
RGB
CMYK
RGB Variations
Color information
#B1324C (or 0xB1324C) is known color: Old Rose. HEX triplet: B1, 32 and 4C. RGB value is (177,50,76). Sum of RGB (Red+Green+Blue) = 177+50+76=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1324C is #4ECDB3. Grayscale: #5A5A5A. Windows color (decimal): -5164468 or 4993713. OLE color: 4993713.
HSL color Cylindrical-coordinate representation of color #B1324C: hue angle of 347.72º 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 #B1324C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 76 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.31 |
| HSL | 347.72º | 0.56% | 0.45% | - |
| HSV(B) | 347.72º | 0.72% | 0.69% | - |
| XYZ | 20.58 | 12.15 | 8.1 | - |
| YUV | 90.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 76 | 0 | 0.72 | 0.57 | 0.31 | 347.72 | 0.56 | 0.45 |
| Hex | B1 | 32 | 4C | 0 | 48 | 39 | 1F | 15C | 38 | 2D |
| Octal | 261 | 62 | 114 | 0 | 110 | 71 | 37 | 534 | 70 | 55 |
| Binary | 10110001 | 110010 | 1001100 | 0 | 1001000 | 111001 | 11111 | 101011100 | 111000 | 101101 |
Color Harmonies of #B1324C
Complementary color
Monochromatic Colors of #B1324C
Black with #B1324C
Text Example
Text Example
White with #B1324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1324C; }
p { color: rgb(177,50,76); }
H1.HeaderClassName
{
color: #B1324C;
}
.AnyTagClassName
{
color: #B1324C;
}
</style>
background-color css
<style>
a { background-color: #B1324C; }
a { background-color: rgb(177,50,76); }
div.DivClassName
{
background-color: #B1324C;
}
.BgClassName
{
background-color: #B1324C;
}
</style>
border-color css
<style>
span { border-color: #B1324C; }
span { border-color: rgb(177,50,76); }
td.TdClassName
{
border-color: #B1324C;
}
.TagClassName
{
border-color: #B1324C;
}
</style>