Shades of Old Rose #B13053
Tints of Old Rose #B13053
RGB
CMYK
RGB Variations
Color information
#B13053 (or 0xB13053) is known color: Old Rose. HEX triplet: B1, 30 and 53. RGB value is (177,48,83). Sum of RGB (Red+Green+Blue) = 177+48+83=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B13053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13053 is #4ECFAC. Grayscale: #5A5A5A. Windows color (decimal): -5164973 or 5451953. OLE color: 5451953.
HSL color Cylindrical-coordinate representation of color #B13053: hue angle of 343.72º 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 #B13053 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 83 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.31 |
| HSL | 343.72º | 0.57% | 0.44% | - |
| HSV(B) | 343.72º | 0.73% | 0.69% | - |
| XYZ | 20.75 | 12.09 | 9.42 | - |
| YUV | 90.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 83 | 0 | 0.73 | 0.53 | 0.31 | 343.72 | 0.57 | 0.44 |
| Hex | B1 | 30 | 53 | 0 | 49 | 35 | 1F | 158 | 39 | 2C |
| Octal | 261 | 60 | 123 | 0 | 111 | 65 | 37 | 530 | 71 | 54 |
| Binary | 10110001 | 110000 | 1010011 | 0 | 1001001 | 110101 | 11111 | 101011000 | 111001 | 101100 |
Color Harmonies of #B13053
Complementary color
Monochromatic Colors of #B13053
Black with #B13053
Text Example
Text Example
White with #B13053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13053; }
p { color: rgb(177,48,83); }
H1.HeaderClassName
{
color: #B13053;
}
.AnyTagClassName
{
color: #B13053;
}
</style>
background-color css
<style>
a { background-color: #B13053; }
a { background-color: rgb(177,48,83); }
div.DivClassName
{
background-color: #B13053;
}
.BgClassName
{
background-color: #B13053;
}
</style>
border-color css
<style>
span { border-color: #B13053; }
span { border-color: rgb(177,48,83); }
td.TdClassName
{
border-color: #B13053;
}
.TagClassName
{
border-color: #B13053;
}
</style>