Shades of Old Rose #B31C4B
Tints of Old Rose #B31C4B
RGB
CMYK
RGB Variations
Color information
#B31C4B (or 0xB31C4B) is known color: Old Rose. HEX triplet: B3, 1C and 4B. RGB value is (179,28,75). Sum of RGB (Red+Green+Blue) = 179+28+75=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C4B is #4CE3B4. Grayscale: #4E4E4E. Windows color (decimal): -5039029 or 4922547. OLE color: 4922547.
HSL color Cylindrical-coordinate representation of color #B31C4B: hue angle of 341.32º 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 #B31C4B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 75 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.30 |
| HSL | 341.32º | 0.73% | 0.41% | - |
| HSV(B) | 341.32º | 0.84% | 0.7% | - |
| XYZ | 20.28 | 10.92 | 7.7 | - |
| YUV | 78.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 75 | 0 | 0.84 | 0.58 | 0.30 | 341.32 | 0.73 | 0.41 |
| Hex | B3 | 1C | 4B | 0 | 54 | 3A | 1E | 155 | 49 | 29 |
| Octal | 263 | 34 | 113 | 0 | 124 | 72 | 36 | 525 | 111 | 51 |
| Binary | 10110011 | 11100 | 1001011 | 0 | 1010100 | 111010 | 11110 | 101010101 | 1001001 | 101001 |
Color Harmonies of #B31C4B
Complementary color
Monochromatic Colors of #B31C4B
Black with #B31C4B
Text Example
Text Example
White with #B31C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C4B; }
p { color: rgb(179,28,75); }
H1.HeaderClassName
{
color: #B31C4B;
}
.AnyTagClassName
{
color: #B31C4B;
}
</style>
background-color css
<style>
a { background-color: #B31C4B; }
a { background-color: rgb(179,28,75); }
div.DivClassName
{
background-color: #B31C4B;
}
.BgClassName
{
background-color: #B31C4B;
}
</style>
border-color css
<style>
span { border-color: #B31C4B; }
span { border-color: rgb(179,28,75); }
td.TdClassName
{
border-color: #B31C4B;
}
.TagClassName
{
border-color: #B31C4B;
}
</style>