Shades of Old Rose #B0284B
Tints of Old Rose #B0284B
RGB
CMYK
RGB Variations
Color information
#B0284B (or 0xB0284B) is known color: Old Rose. HEX triplet: B0, 28 and 4B. RGB value is (176,40,75). Sum of RGB (Red+Green+Blue) = 176+40+75=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0284B is #4FD7B4. Grayscale: #545454. Windows color (decimal): -5232565 or 4925616. OLE color: 4925616.
HSL color Cylindrical-coordinate representation of color #B0284B: hue angle of 344.56º 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 #B0284B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 75 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.31 |
| HSL | 344.56º | 0.63% | 0.42% | - |
| HSV(B) | 344.56º | 0.77% | 0.69% | - |
| XYZ | 19.93 | 11.26 | 7.78 | - |
| YUV | 84.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 75 | 0 | 0.77 | 0.57 | 0.31 | 344.56 | 0.63 | 0.42 |
| Hex | B0 | 28 | 4B | 0 | 4D | 39 | 1F | 159 | 3F | 2A |
| Octal | 260 | 50 | 113 | 0 | 115 | 71 | 37 | 531 | 77 | 52 |
| Binary | 10110000 | 101000 | 1001011 | 0 | 1001101 | 111001 | 11111 | 101011001 | 111111 | 101010 |
Color Harmonies of #B0284B
Complementary color
Monochromatic Colors of #B0284B
Black with #B0284B
Text Example
Text Example
White with #B0284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0284B; }
p { color: rgb(176,40,75); }
H1.HeaderClassName
{
color: #B0284B;
}
.AnyTagClassName
{
color: #B0284B;
}
</style>
background-color css
<style>
a { background-color: #B0284B; }
a { background-color: rgb(176,40,75); }
div.DivClassName
{
background-color: #B0284B;
}
.BgClassName
{
background-color: #B0284B;
}
</style>
border-color css
<style>
span { border-color: #B0284B; }
span { border-color: rgb(176,40,75); }
td.TdClassName
{
border-color: #B0284B;
}
.TagClassName
{
border-color: #B0284B;
}
</style>