Shades of Old Rose #B13A46
Tints of Old Rose #B13A46
RGB
CMYK
RGB Variations
Color information
#B13A46 (or 0xB13A46) is known color: Old Rose. HEX triplet: B1, 3A and 46. RGB value is (177,58,70). Sum of RGB (Red+Green+Blue) = 177+58+70=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A46 is #4EC5B9. Grayscale: #5F5F5F. Windows color (decimal): -5162426 or 4602545. OLE color: 4602545.
HSL color Cylindrical-coordinate representation of color #B13A46: hue angle of 353.95º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13A46 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 70 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.31 |
| HSL | 353.95º | 0.51% | 0.46% | - |
| HSV(B) | 353.95º | 0.67% | 0.69% | - |
| XYZ | 20.75 | 12.82 | 7.17 | - |
| YUV | 94.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 70 | 0 | 0.67 | 0.60 | 0.31 | 353.95 | 0.51 | 0.46 |
| Hex | B1 | 3A | 46 | 0 | 43 | 3C | 1F | 162 | 33 | 2E |
| Octal | 261 | 72 | 106 | 0 | 103 | 74 | 37 | 542 | 63 | 56 |
| Binary | 10110001 | 111010 | 1000110 | 0 | 1000011 | 111100 | 11111 | 101100010 | 110011 | 101110 |
Color Harmonies of #B13A46
Complementary color
Monochromatic Colors of #B13A46
Black with #B13A46
Text Example
Text Example
White with #B13A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A46; }
p { color: rgb(177,58,70); }
H1.HeaderClassName
{
color: #B13A46;
}
.AnyTagClassName
{
color: #B13A46;
}
</style>
background-color css
<style>
a { background-color: #B13A46; }
a { background-color: rgb(177,58,70); }
div.DivClassName
{
background-color: #B13A46;
}
.BgClassName
{
background-color: #B13A46;
}
</style>
border-color css
<style>
span { border-color: #B13A46; }
span { border-color: rgb(177,58,70); }
td.TdClassName
{
border-color: #B13A46;
}
.TagClassName
{
border-color: #B13A46;
}
</style>