Shades of Old Rose #B13841
Tints of Old Rose #B13841
RGB
CMYK
RGB Variations
Color information
#B13841 (or 0xB13841) is known color: Old Rose. HEX triplet: B1, 38 and 41. RGB value is (177,56,65). Sum of RGB (Red+Green+Blue) = 177+56+65=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13841 is #4EC7BE. Grayscale: #5D5D5D. Windows color (decimal): -5162943 or 4274353. OLE color: 4274353.
HSL color Cylindrical-coordinate representation of color #B13841: hue angle of 355.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13841 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 65 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.31 |
| HSL | 355.54º | 0.52% | 0.46% | - |
| HSV(B) | 355.54º | 0.68% | 0.69% | - |
| XYZ | 20.5 | 12.56 | 6.34 | - |
| YUV | 93.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 65 | 0 | 0.68 | 0.63 | 0.31 | 355.54 | 0.52 | 0.46 |
| Hex | B1 | 38 | 41 | 0 | 44 | 3F | 1F | 164 | 34 | 2E |
| Octal | 261 | 70 | 101 | 0 | 104 | 77 | 37 | 544 | 64 | 56 |
| Binary | 10110001 | 111000 | 1000001 | 0 | 1000100 | 111111 | 11111 | 101100100 | 110100 | 101110 |
Color Harmonies of #B13841
Complementary color
Monochromatic Colors of #B13841
Black with #B13841
Text Example
Text Example
White with #B13841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13841; }
p { color: rgb(177,56,65); }
H1.HeaderClassName
{
color: #B13841;
}
.AnyTagClassName
{
color: #B13841;
}
</style>
background-color css
<style>
a { background-color: #B13841; }
a { background-color: rgb(177,56,65); }
div.DivClassName
{
background-color: #B13841;
}
.BgClassName
{
background-color: #B13841;
}
</style>
border-color css
<style>
span { border-color: #B13841; }
span { border-color: rgb(177,56,65); }
td.TdClassName
{
border-color: #B13841;
}
.TagClassName
{
border-color: #B13841;
}
</style>