Shades of Old Rose #B13942
Tints of Old Rose #B13942
RGB
CMYK
RGB Variations
Color information
#B13942 (or 0xB13942) is known color: Old Rose. HEX triplet: B1, 39 and 42. RGB value is (177,57,66). Sum of RGB (Red+Green+Blue) = 177+57+66=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B13942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13942 is #4EC6BD. Grayscale: #5D5D5D. Windows color (decimal): -5162686 or 4340145. OLE color: 4340145.
HSL color Cylindrical-coordinate representation of color #B13942: hue angle of 355.5º degrees, saturation: 0.51, 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 #B13942 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 66 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.31 |
| HSL | 355.5º | 0.51% | 0.46% | - |
| HSV(B) | 355.5º | 0.68% | 0.69% | - |
| XYZ | 20.58 | 12.67 | 6.51 | - |
| YUV | 93.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 66 | 0 | 0.68 | 0.63 | 0.31 | 355.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 42 | 0 | 44 | 3F | 1F | 164 | 33 | 2E |
| Octal | 261 | 71 | 102 | 0 | 104 | 77 | 37 | 544 | 63 | 56 |
| Binary | 10110001 | 111001 | 1000010 | 0 | 1000100 | 111111 | 11111 | 101100100 | 110011 | 101110 |
Color Harmonies of #B13942
Complementary color
Monochromatic Colors of #B13942
Black with #B13942
Text Example
Text Example
White with #B13942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13942; }
p { color: rgb(177,57,66); }
H1.HeaderClassName
{
color: #B13942;
}
.AnyTagClassName
{
color: #B13942;
}
</style>
background-color css
<style>
a { background-color: #B13942; }
a { background-color: rgb(177,57,66); }
div.DivClassName
{
background-color: #B13942;
}
.BgClassName
{
background-color: #B13942;
}
</style>
border-color css
<style>
span { border-color: #B13942; }
span { border-color: rgb(177,57,66); }
td.TdClassName
{
border-color: #B13942;
}
.TagClassName
{
border-color: #B13942;
}
</style>