Shades of Old Rose #B0273F
Tints of Old Rose #B0273F
RGB
CMYK
RGB Variations
Color information
#B0273F (or 0xB0273F) is known color: Old Rose. HEX triplet: B0, 27 and 3F. RGB value is (176,39,63). Sum of RGB (Red+Green+Blue) = 176+39+63=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B0273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0273F is #4FD8C0. Grayscale: #525252. Windows color (decimal): -5232833 or 4138928. OLE color: 4138928.
HSL color Cylindrical-coordinate representation of color #B0273F: hue angle of 349.49º 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 #B0273F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 63 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.31 |
| HSL | 349.49º | 0.64% | 0.42% | - |
| HSV(B) | 349.49º | 0.78% | 0.69% | - |
| XYZ | 19.53 | 11.04 | 5.8 | - |
| YUV | 82.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 63 | 0 | 0.78 | 0.64 | 0.31 | 349.49 | 0.64 | 0.42 |
| Hex | B0 | 27 | 3F | 0 | 4E | 40 | 1F | 15D | 40 | 2A |
| Octal | 260 | 47 | 77 | 0 | 116 | 100 | 37 | 535 | 100 | 52 |
| Binary | 10110000 | 100111 | 111111 | 0 | 1001110 | 1000000 | 11111 | 101011101 | 1000000 | 101010 |
Color Harmonies of #B0273F
Complementary color
Monochromatic Colors of #B0273F
Black with #B0273F
Text Example
Text Example
White with #B0273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0273F; }
p { color: rgb(176,39,63); }
H1.HeaderClassName
{
color: #B0273F;
}
.AnyTagClassName
{
color: #B0273F;
}
</style>
background-color css
<style>
a { background-color: #B0273F; }
a { background-color: rgb(176,39,63); }
div.DivClassName
{
background-color: #B0273F;
}
.BgClassName
{
background-color: #B0273F;
}
</style>
border-color css
<style>
span { border-color: #B0273F; }
span { border-color: rgb(176,39,63); }
td.TdClassName
{
border-color: #B0273F;
}
.TagClassName
{
border-color: #B0273F;
}
</style>