Shades of Old Rose #B31D4B
Tints of Old Rose #B31D4B
RGB
CMYK
RGB Variations
Color information
#B31D4B (or 0xB31D4B) is known color: Old Rose. HEX triplet: B3, 1D and 4B. RGB value is (179,29,75). Sum of RGB (Red+Green+Blue) = 179+29+75=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D4B is #4CE2B4. Grayscale: #4F4F4F. Windows color (decimal): -5038773 or 4922803. OLE color: 4922803.
HSL color Cylindrical-coordinate representation of color #B31D4B: hue angle of 341.6º degrees, saturation: 0.72, 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 #B31D4B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 75 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.30 |
| HSL | 341.6º | 0.72% | 0.41% | - |
| HSV(B) | 341.6º | 0.84% | 0.7% | - |
| XYZ | 20.3 | 10.97 | 7.7 | - |
| YUV | 79.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 75 | 0 | 0.84 | 0.58 | 0.30 | 341.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 4B | 0 | 54 | 3A | 1E | 156 | 48 | 29 |
| Octal | 263 | 35 | 113 | 0 | 124 | 72 | 36 | 526 | 110 | 51 |
| Binary | 10110011 | 11101 | 1001011 | 0 | 1010100 | 111010 | 11110 | 101010110 | 1001000 | 101001 |
Color Harmonies of #B31D4B
Complementary color
Monochromatic Colors of #B31D4B
Black with #B31D4B
Text Example
Text Example
White with #B31D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D4B; }
p { color: rgb(179,29,75); }
H1.HeaderClassName
{
color: #B31D4B;
}
.AnyTagClassName
{
color: #B31D4B;
}
</style>
background-color css
<style>
a { background-color: #B31D4B; }
a { background-color: rgb(179,29,75); }
div.DivClassName
{
background-color: #B31D4B;
}
.BgClassName
{
background-color: #B31D4B;
}
</style>
border-color css
<style>
span { border-color: #B31D4B; }
span { border-color: rgb(179,29,75); }
td.TdClassName
{
border-color: #B31D4B;
}
.TagClassName
{
border-color: #B31D4B;
}
</style>