Shades of Old Rose #B13440
Tints of Old Rose #B13440
RGB
CMYK
RGB Variations
Color information
#B13440 (or 0xB13440) is known color: Old Rose. HEX triplet: B1, 34 and 40. RGB value is (177,52,64). Sum of RGB (Red+Green+Blue) = 177+52+64=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B13440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13440 is #4ECBBF. Grayscale: #5A5A5A. Windows color (decimal): -5163968 or 4207793. OLE color: 4207793.
HSL color Cylindrical-coordinate representation of color #B13440: hue angle of 354.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13440 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 64 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.31 |
| HSL | 354.24º | 0.55% | 0.45% | - |
| HSV(B) | 354.24º | 0.71% | 0.69% | - |
| XYZ | 20.28 | 12.17 | 6.13 | - |
| YUV | 90.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 64 | 0 | 0.71 | 0.64 | 0.31 | 354.24 | 0.55 | 0.45 |
| Hex | B1 | 34 | 40 | 0 | 47 | 40 | 1F | 162 | 37 | 2D |
| Octal | 261 | 64 | 100 | 0 | 107 | 100 | 37 | 542 | 67 | 55 |
| Binary | 10110001 | 110100 | 1000000 | 0 | 1000111 | 1000000 | 11111 | 101100010 | 110111 | 101101 |
Color Harmonies of #B13440
Complementary color
Monochromatic Colors of #B13440
Black with #B13440
Text Example
Text Example
White with #B13440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13440; }
p { color: rgb(177,52,64); }
H1.HeaderClassName
{
color: #B13440;
}
.AnyTagClassName
{
color: #B13440;
}
</style>
background-color css
<style>
a { background-color: #B13440; }
a { background-color: rgb(177,52,64); }
div.DivClassName
{
background-color: #B13440;
}
.BgClassName
{
background-color: #B13440;
}
</style>
border-color css
<style>
span { border-color: #B13440; }
span { border-color: rgb(177,52,64); }
td.TdClassName
{
border-color: #B13440;
}
.TagClassName
{
border-color: #B13440;
}
</style>