Shades of Old Rose #B31C4D
Tints of Old Rose #B31C4D
RGB
CMYK
RGB Variations
Color information
#B31C4D (or 0xB31C4D) is known color: Old Rose. HEX triplet: B3, 1C and 4D. RGB value is (179,28,77). Sum of RGB (Red+Green+Blue) = 179+28+77=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C4D is #4CE3B2. Grayscale: #4E4E4E. Windows color (decimal): -5039027 or 5053619. OLE color: 5053619.
HSL color Cylindrical-coordinate representation of color #B31C4D: hue angle of 340.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C4D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 77 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.30 |
| HSL | 340.53º | 0.73% | 0.41% | - |
| HSV(B) | 340.53º | 0.84% | 0.7% | - |
| XYZ | 20.35 | 10.95 | 8.06 | - |
| YUV | 78.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 77 | 0 | 0.84 | 0.57 | 0.30 | 340.53 | 0.73 | 0.41 |
| Hex | B3 | 1C | 4D | 0 | 54 | 39 | 1E | 155 | 49 | 29 |
| Octal | 263 | 34 | 115 | 0 | 124 | 71 | 36 | 525 | 111 | 51 |
| Binary | 10110011 | 11100 | 1001101 | 0 | 1010100 | 111001 | 11110 | 101010101 | 1001001 | 101001 |
Color Harmonies of #B31C4D
Complementary color
Monochromatic Colors of #B31C4D
Black with #B31C4D
Text Example
Text Example
White with #B31C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C4D; }
p { color: rgb(179,28,77); }
H1.HeaderClassName
{
color: #B31C4D;
}
.AnyTagClassName
{
color: #B31C4D;
}
</style>
background-color css
<style>
a { background-color: #B31C4D; }
a { background-color: rgb(179,28,77); }
div.DivClassName
{
background-color: #B31C4D;
}
.BgClassName
{
background-color: #B31C4D;
}
</style>
border-color css
<style>
span { border-color: #B31C4D; }
span { border-color: rgb(179,28,77); }
td.TdClassName
{
border-color: #B31C4D;
}
.TagClassName
{
border-color: #B31C4D;
}
</style>