Shades of Old Rose #B0254D
Tints of Old Rose #B0254D
RGB
CMYK
RGB Variations
Color information
#B0254D (or 0xB0254D) is known color: Old Rose. HEX triplet: B0, 25 and 4D. RGB value is (176,37,77). Sum of RGB (Red+Green+Blue) = 176+37+77=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0254D is #4FDAB2. Grayscale: #535353. Windows color (decimal): -5233331 or 5055920. OLE color: 5055920.
HSL color Cylindrical-coordinate representation of color #B0254D: hue angle of 342.73º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0254D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 77 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.31 |
| HSL | 342.73º | 0.65% | 0.42% | - |
| HSV(B) | 342.73º | 0.79% | 0.69% | - |
| XYZ | 19.91 | 11.09 | 8.11 | - |
| YUV | 83.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 77 | 0 | 0.79 | 0.56 | 0.31 | 342.73 | 0.65 | 0.42 |
| Hex | B0 | 25 | 4D | 0 | 4F | 38 | 1F | 157 | 41 | 2A |
| Octal | 260 | 45 | 115 | 0 | 117 | 70 | 37 | 527 | 101 | 52 |
| Binary | 10110000 | 100101 | 1001101 | 0 | 1001111 | 111000 | 11111 | 101010111 | 1000001 | 101010 |
Color Harmonies of #B0254D
Complementary color
Monochromatic Colors of #B0254D
Black with #B0254D
Text Example
Text Example
White with #B0254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0254D; }
p { color: rgb(176,37,77); }
H1.HeaderClassName
{
color: #B0254D;
}
.AnyTagClassName
{
color: #B0254D;
}
</style>
background-color css
<style>
a { background-color: #B0254D; }
a { background-color: rgb(176,37,77); }
div.DivClassName
{
background-color: #B0254D;
}
.BgClassName
{
background-color: #B0254D;
}
</style>
border-color css
<style>
span { border-color: #B0254D; }
span { border-color: rgb(176,37,77); }
td.TdClassName
{
border-color: #B0254D;
}
.TagClassName
{
border-color: #B0254D;
}
</style>