Shades of Old Rose #B0274D
Tints of Old Rose #B0274D
RGB
CMYK
RGB Variations
Color information
#B0274D (or 0xB0274D) is known color: Old Rose. HEX triplet: B0, 27 and 4D. RGB value is (176,39,77). Sum of RGB (Red+Green+Blue) = 176+39+77=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0274D is #4FD8B2. Grayscale: #545454. Windows color (decimal): -5232819 or 5056432. OLE color: 5056432.
HSL color Cylindrical-coordinate representation of color #B0274D: hue angle of 343.36º 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 #B0274D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 77 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.31 |
| HSL | 343.36º | 0.64% | 0.42% | - |
| HSV(B) | 343.36º | 0.78% | 0.69% | - |
| XYZ | 19.97 | 11.22 | 8.13 | - |
| YUV | 84.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 77 | 0 | 0.78 | 0.56 | 0.31 | 343.36 | 0.64 | 0.42 |
| Hex | B0 | 27 | 4D | 0 | 4E | 38 | 1F | 157 | 40 | 2A |
| Octal | 260 | 47 | 115 | 0 | 116 | 70 | 37 | 527 | 100 | 52 |
| Binary | 10110000 | 100111 | 1001101 | 0 | 1001110 | 111000 | 11111 | 101010111 | 1000000 | 101010 |
Color Harmonies of #B0274D
Complementary color
Monochromatic Colors of #B0274D
Black with #B0274D
Text Example
Text Example
White with #B0274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0274D; }
p { color: rgb(176,39,77); }
H1.HeaderClassName
{
color: #B0274D;
}
.AnyTagClassName
{
color: #B0274D;
}
</style>
background-color css
<style>
a { background-color: #B0274D; }
a { background-color: rgb(176,39,77); }
div.DivClassName
{
background-color: #B0274D;
}
.BgClassName
{
background-color: #B0274D;
}
</style>
border-color css
<style>
span { border-color: #B0274D; }
span { border-color: rgb(176,39,77); }
td.TdClassName
{
border-color: #B0274D;
}
.TagClassName
{
border-color: #B0274D;
}
</style>