Shades of Old Rose #B01C4D
Tints of Old Rose #B01C4D
RGB
CMYK
RGB Variations
Color information
#B01C4D (or 0xB01C4D) is known color: Old Rose. HEX triplet: B0, 1C and 4D. RGB value is (176,28,77). Sum of RGB (Red+Green+Blue) = 176+28+77=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C4D is #4FE3B2. Grayscale: #4D4D4D. Windows color (decimal): -5235635 or 5053616. OLE color: 5053616.
HSL color Cylindrical-coordinate representation of color #B01C4D: hue angle of 340.14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C4D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 77 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.31 |
| HSL | 340.14º | 0.73% | 0.4% | - |
| HSV(B) | 340.14º | 0.84% | 0.69% | - |
| XYZ | 19.66 | 10.6 | 8.03 | - |
| YUV | 77.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 77 | 0 | 0.84 | 0.56 | 0.31 | 340.14 | 0.73 | 0.4 |
| Hex | B0 | 1C | 4D | 0 | 54 | 38 | 1F | 154 | 49 | 28 |
| Octal | 260 | 34 | 115 | 0 | 124 | 70 | 37 | 524 | 111 | 50 |
| Binary | 10110000 | 11100 | 1001101 | 0 | 1010100 | 111000 | 11111 | 101010100 | 1001001 | 101000 |
Color Harmonies of #B01C4D
Complementary color
Monochromatic Colors of #B01C4D
Black with #B01C4D
Text Example
Text Example
White with #B01C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C4D; }
p { color: rgb(176,28,77); }
H1.HeaderClassName
{
color: #B01C4D;
}
.AnyTagClassName
{
color: #B01C4D;
}
</style>
background-color css
<style>
a { background-color: #B01C4D; }
a { background-color: rgb(176,28,77); }
div.DivClassName
{
background-color: #B01C4D;
}
.BgClassName
{
background-color: #B01C4D;
}
</style>
border-color css
<style>
span { border-color: #B01C4D; }
span { border-color: rgb(176,28,77); }
td.TdClassName
{
border-color: #B01C4D;
}
.TagClassName
{
border-color: #B01C4D;
}
</style>