Shades of Old Rose #B12353
Tints of Old Rose #B12353
RGB
CMYK
RGB Variations
Color information
#B12353 (or 0xB12353) is known color: Old Rose. HEX triplet: B1, 23 and 53. RGB value is (177,35,83). Sum of RGB (Red+Green+Blue) = 177+35+83=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B12353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12353 is #4EDCAC. Grayscale: #525252. Windows color (decimal): -5168301 or 5448625. OLE color: 5448625.
HSL color Cylindrical-coordinate representation of color #B12353: hue angle of 339.72º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12353 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 83 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.31 |
| HSL | 339.72º | 0.67% | 0.42% | - |
| HSV(B) | 339.72º | 0.8% | 0.69% | - |
| XYZ | 20.29 | 11.17 | 9.27 | - |
| YUV | 82.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 83 | 0 | 0.80 | 0.53 | 0.31 | 339.72 | 0.67 | 0.42 |
| Hex | B1 | 23 | 53 | 0 | 50 | 35 | 1F | 154 | 43 | 2A |
| Octal | 261 | 43 | 123 | 0 | 120 | 65 | 37 | 524 | 103 | 52 |
| Binary | 10110001 | 100011 | 1010011 | 0 | 1010000 | 110101 | 11111 | 101010100 | 1000011 | 101010 |
Color Harmonies of #B12353
Complementary color
Monochromatic Colors of #B12353
Black with #B12353
Text Example
Text Example
White with #B12353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12353; }
p { color: rgb(177,35,83); }
H1.HeaderClassName
{
color: #B12353;
}
.AnyTagClassName
{
color: #B12353;
}
</style>
background-color css
<style>
a { background-color: #B12353; }
a { background-color: rgb(177,35,83); }
div.DivClassName
{
background-color: #B12353;
}
.BgClassName
{
background-color: #B12353;
}
</style>
border-color css
<style>
span { border-color: #B12353; }
span { border-color: rgb(177,35,83); }
td.TdClassName
{
border-color: #B12353;
}
.TagClassName
{
border-color: #B12353;
}
</style>