Shades of Old Rose #B13251
Tints of Old Rose #B13251
RGB
CMYK
RGB Variations
Color information
#B13251 (or 0xB13251) is known color: Old Rose. HEX triplet: B1, 32 and 51. RGB value is (177,50,81). Sum of RGB (Red+Green+Blue) = 177+50+81=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B13251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13251 is #4ECDAE. Grayscale: #5B5B5B. Windows color (decimal): -5164463 or 5321393. OLE color: 5321393.
HSL color Cylindrical-coordinate representation of color #B13251: hue angle of 345.35º 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 #B13251 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 81 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.31 |
| HSL | 345.35º | 0.56% | 0.45% | - |
| HSV(B) | 345.35º | 0.72% | 0.69% | - |
| XYZ | 20.76 | 12.22 | 9.05 | - |
| YUV | 91.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 81 | 0 | 0.72 | 0.54 | 0.31 | 345.35 | 0.56 | 0.45 |
| Hex | B1 | 32 | 51 | 0 | 48 | 36 | 1F | 159 | 38 | 2D |
| Octal | 261 | 62 | 121 | 0 | 110 | 66 | 37 | 531 | 70 | 55 |
| Binary | 10110001 | 110010 | 1010001 | 0 | 1001000 | 110110 | 11111 | 101011001 | 111000 | 101101 |
Color Harmonies of #B13251
Complementary color
Monochromatic Colors of #B13251
Black with #B13251
Text Example
Text Example
White with #B13251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13251; }
p { color: rgb(177,50,81); }
H1.HeaderClassName
{
color: #B13251;
}
.AnyTagClassName
{
color: #B13251;
}
</style>
background-color css
<style>
a { background-color: #B13251; }
a { background-color: rgb(177,50,81); }
div.DivClassName
{
background-color: #B13251;
}
.BgClassName
{
background-color: #B13251;
}
</style>
border-color css
<style>
span { border-color: #B13251; }
span { border-color: rgb(177,50,81); }
td.TdClassName
{
border-color: #B13251;
}
.TagClassName
{
border-color: #B13251;
}
</style>