Shades of Old Rose #B02540
Tints of Old Rose #B02540
RGB
CMYK
RGB Variations
Color information
#B02540 (or 0xB02540) is known color: Old Rose. HEX triplet: B0, 25 and 40. RGB value is (176,37,64). Sum of RGB (Red+Green+Blue) = 176+37+64=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B02540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02540 is #4FDABF. Grayscale: #515151. Windows color (decimal): -5233344 or 4203952. OLE color: 4203952.
HSL color Cylindrical-coordinate representation of color #B02540: hue angle of 348.35º 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 #B02540 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 64 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.31 |
| HSL | 348.35º | 0.65% | 0.42% | - |
| HSV(B) | 348.35º | 0.79% | 0.69% | - |
| XYZ | 19.49 | 10.92 | 5.93 | - |
| YUV | 81.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 64 | 0 | 0.79 | 0.64 | 0.31 | 348.35 | 0.65 | 0.42 |
| Hex | B0 | 25 | 40 | 0 | 4F | 40 | 1F | 15C | 41 | 2A |
| Octal | 260 | 45 | 100 | 0 | 117 | 100 | 37 | 534 | 101 | 52 |
| Binary | 10110000 | 100101 | 1000000 | 0 | 1001111 | 1000000 | 11111 | 101011100 | 1000001 | 101010 |
Color Harmonies of #B02540
Complementary color
Monochromatic Colors of #B02540
Black with #B02540
Text Example
Text Example
White with #B02540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02540; }
p { color: rgb(176,37,64); }
H1.HeaderClassName
{
color: #B02540;
}
.AnyTagClassName
{
color: #B02540;
}
</style>
background-color css
<style>
a { background-color: #B02540; }
a { background-color: rgb(176,37,64); }
div.DivClassName
{
background-color: #B02540;
}
.BgClassName
{
background-color: #B02540;
}
</style>
border-color css
<style>
span { border-color: #B02540; }
span { border-color: rgb(176,37,64); }
td.TdClassName
{
border-color: #B02540;
}
.TagClassName
{
border-color: #B02540;
}
</style>