Shades of Old Rose #B23151
Tints of Old Rose #B23151
RGB
CMYK
RGB Variations
Color information
#B23151 (or 0xB23151) is known color: Old Rose. HEX triplet: B2, 31 and 51. RGB value is (178,49,81). Sum of RGB (Red+Green+Blue) = 178+49+81=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B23151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23151 is #4DCEAE. Grayscale: #5B5B5B. Windows color (decimal): -5099183 or 5321138. OLE color: 5321138.
HSL color Cylindrical-coordinate representation of color #B23151: hue angle of 345.12º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23151 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 81 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.30 |
| HSL | 345.12º | 0.57% | 0.45% | - |
| HSV(B) | 345.12º | 0.72% | 0.7% | - |
| XYZ | 20.94 | 12.26 | 9.05 | - |
| YUV | 91.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 81 | 0 | 0.72 | 0.54 | 0.30 | 345.12 | 0.57 | 0.45 |
| Hex | B2 | 31 | 51 | 0 | 48 | 36 | 1E | 159 | 39 | 2D |
| Octal | 262 | 61 | 121 | 0 | 110 | 66 | 36 | 531 | 71 | 55 |
| Binary | 10110010 | 110001 | 1010001 | 0 | 1001000 | 110110 | 11110 | 101011001 | 111001 | 101101 |
Color Harmonies of #B23151
Complementary color
Monochromatic Colors of #B23151
Black with #B23151
Text Example
Text Example
White with #B23151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23151; }
p { color: rgb(178,49,81); }
H1.HeaderClassName
{
color: #B23151;
}
.AnyTagClassName
{
color: #B23151;
}
</style>
background-color css
<style>
a { background-color: #B23151; }
a { background-color: rgb(178,49,81); }
div.DivClassName
{
background-color: #B23151;
}
.BgClassName
{
background-color: #B23151;
}
</style>
border-color css
<style>
span { border-color: #B23151; }
span { border-color: rgb(178,49,81); }
td.TdClassName
{
border-color: #B23151;
}
.TagClassName
{
border-color: #B23151;
}
</style>