Shades of Old Rose #B0283F
Tints of Old Rose #B0283F
RGB
CMYK
RGB Variations
Color information
#B0283F (or 0xB0283F) is known color: Old Rose. HEX triplet: B0, 28 and 3F. RGB value is (176,40,63). Sum of RGB (Red+Green+Blue) = 176+40+63=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B0283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0283F is #4FD7C0. Grayscale: #535353. Windows color (decimal): -5232577 or 4139184. OLE color: 4139184.
HSL color Cylindrical-coordinate representation of color #B0283F: hue angle of 349.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0283F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 63 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.31 |
| HSL | 349.85º | 0.63% | 0.42% | - |
| HSV(B) | 349.85º | 0.77% | 0.69% | - |
| XYZ | 19.56 | 11.11 | 5.82 | - |
| YUV | 83.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 63 | 0 | 0.77 | 0.64 | 0.31 | 349.85 | 0.63 | 0.42 |
| Hex | B0 | 28 | 3F | 0 | 4D | 40 | 1F | 15E | 3F | 2A |
| Octal | 260 | 50 | 77 | 0 | 115 | 100 | 37 | 536 | 77 | 52 |
| Binary | 10110000 | 101000 | 111111 | 0 | 1001101 | 1000000 | 11111 | 101011110 | 111111 | 101010 |
Color Harmonies of #B0283F
Complementary color
Monochromatic Colors of #B0283F
Black with #B0283F
Text Example
Text Example
White with #B0283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0283F; }
p { color: rgb(176,40,63); }
H1.HeaderClassName
{
color: #B0283F;
}
.AnyTagClassName
{
color: #B0283F;
}
</style>
background-color css
<style>
a { background-color: #B0283F; }
a { background-color: rgb(176,40,63); }
div.DivClassName
{
background-color: #B0283F;
}
.BgClassName
{
background-color: #B0283F;
}
</style>
border-color css
<style>
span { border-color: #B0283F; }
span { border-color: rgb(176,40,63); }
td.TdClassName
{
border-color: #B0283F;
}
.TagClassName
{
border-color: #B0283F;
}
</style>