Shades of Old Rose #B5234C
Tints of Old Rose #B5234C
RGB
CMYK
RGB Variations
Color information
#B5234C (or 0xB5234C) is known color: Old Rose. HEX triplet: B5, 23 and 4C. RGB value is (181,35,76). Sum of RGB (Red+Green+Blue) = 181+35+76=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5234C is #4ADCB3. Grayscale: #535353. Windows color (decimal): -4906164 or 4989877. OLE color: 4989877.
HSL color Cylindrical-coordinate representation of color #B5234C: hue angle of 343.15º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5234C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 76 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.29 |
| HSL | 343.15º | 0.68% | 0.42% | - |
| HSV(B) | 343.15º | 0.81% | 0.71% | - |
| XYZ | 20.96 | 11.55 | 7.96 | - |
| YUV | 83.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 76 | 0 | 0.81 | 0.58 | 0.29 | 343.15 | 0.68 | 0.42 |
| Hex | B5 | 23 | 4C | 0 | 51 | 3A | 1D | 157 | 44 | 2A |
| Octal | 265 | 43 | 114 | 0 | 121 | 72 | 35 | 527 | 104 | 52 |
| Binary | 10110101 | 100011 | 1001100 | 0 | 1010001 | 111010 | 11101 | 101010111 | 1000100 | 101010 |
Color Harmonies of #B5234C
Complementary color
Monochromatic Colors of #B5234C
Black with #B5234C
Text Example
Text Example
White with #B5234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5234C; }
p { color: rgb(181,35,76); }
H1.HeaderClassName
{
color: #B5234C;
}
.AnyTagClassName
{
color: #B5234C;
}
</style>
background-color css
<style>
a { background-color: #B5234C; }
a { background-color: rgb(181,35,76); }
div.DivClassName
{
background-color: #B5234C;
}
.BgClassName
{
background-color: #B5234C;
}
</style>
border-color css
<style>
span { border-color: #B5234C; }
span { border-color: rgb(181,35,76); }
td.TdClassName
{
border-color: #B5234C;
}
.TagClassName
{
border-color: #B5234C;
}
</style>