Shades of Old Rose #B13640
Tints of Old Rose #B13640
RGB
CMYK
RGB Variations
Color information
#B13640 (or 0xB13640) is known color: Old Rose. HEX triplet: B1, 36 and 40. RGB value is (177,54,64). Sum of RGB (Red+Green+Blue) = 177+54+64=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B13640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13640 is #4EC9BF. Grayscale: #5C5C5C. Windows color (decimal): -5163456 or 4208305. OLE color: 4208305.
HSL color Cylindrical-coordinate representation of color #B13640: hue angle of 355.12º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13640 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 64 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.31 |
| HSL | 355.12º | 0.53% | 0.45% | - |
| HSV(B) | 355.12º | 0.69% | 0.69% | - |
| XYZ | 20.38 | 12.36 | 6.16 | - |
| YUV | 91.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 64 | 0 | 0.69 | 0.64 | 0.31 | 355.12 | 0.53 | 0.45 |
| Hex | B1 | 36 | 40 | 0 | 45 | 40 | 1F | 163 | 35 | 2D |
| Octal | 261 | 66 | 100 | 0 | 105 | 100 | 37 | 543 | 65 | 55 |
| Binary | 10110001 | 110110 | 1000000 | 0 | 1000101 | 1000000 | 11111 | 101100011 | 110101 | 101101 |
Color Harmonies of #B13640
Complementary color
Monochromatic Colors of #B13640
Black with #B13640
Text Example
Text Example
White with #B13640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13640; }
p { color: rgb(177,54,64); }
H1.HeaderClassName
{
color: #B13640;
}
.AnyTagClassName
{
color: #B13640;
}
</style>
background-color css
<style>
a { background-color: #B13640; }
a { background-color: rgb(177,54,64); }
div.DivClassName
{
background-color: #B13640;
}
.BgClassName
{
background-color: #B13640;
}
</style>
border-color css
<style>
span { border-color: #B13640; }
span { border-color: rgb(177,54,64); }
td.TdClassName
{
border-color: #B13640;
}
.TagClassName
{
border-color: #B13640;
}
</style>