Shades of Old Rose #B0264C
Tints of Old Rose #B0264C
RGB
CMYK
RGB Variations
Color information
#B0264C (or 0xB0264C) is known color: Old Rose. HEX triplet: B0, 26 and 4C. RGB value is (176,38,76). Sum of RGB (Red+Green+Blue) = 176+38+76=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0264C is #4FD9B3. Grayscale: #535353. Windows color (decimal): -5233076 or 4990640. OLE color: 4990640.
HSL color Cylindrical-coordinate representation of color #B0264C: hue angle of 343.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0264C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 76 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.31 |
| HSL | 343.48º | 0.64% | 0.42% | - |
| HSV(B) | 343.48º | 0.78% | 0.69% | - |
| XYZ | 19.9 | 11.14 | 7.94 | - |
| YUV | 83.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 76 | 0 | 0.78 | 0.57 | 0.31 | 343.48 | 0.64 | 0.42 |
| Hex | B0 | 26 | 4C | 0 | 4E | 39 | 1F | 157 | 40 | 2A |
| Octal | 260 | 46 | 114 | 0 | 116 | 71 | 37 | 527 | 100 | 52 |
| Binary | 10110000 | 100110 | 1001100 | 0 | 1001110 | 111001 | 11111 | 101010111 | 1000000 | 101010 |
Color Harmonies of #B0264C
Complementary color
Monochromatic Colors of #B0264C
Black with #B0264C
Text Example
Text Example
White with #B0264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0264C; }
p { color: rgb(176,38,76); }
H1.HeaderClassName
{
color: #B0264C;
}
.AnyTagClassName
{
color: #B0264C;
}
</style>
background-color css
<style>
a { background-color: #B0264C; }
a { background-color: rgb(176,38,76); }
div.DivClassName
{
background-color: #B0264C;
}
.BgClassName
{
background-color: #B0264C;
}
</style>
border-color css
<style>
span { border-color: #B0264C; }
span { border-color: rgb(176,38,76); }
td.TdClassName
{
border-color: #B0264C;
}
.TagClassName
{
border-color: #B0264C;
}
</style>