Shades of Old Rose #B5194B
Tints of Old Rose #B5194B
RGB
CMYK
RGB Variations
Color information
#B5194B (or 0xB5194B) is known color: Old Rose. HEX triplet: B5, 19 and 4B. RGB value is (181,25,75). Sum of RGB (Red+Green+Blue) = 181+25+75=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5194B is #4AE6B4. Grayscale: #4D4D4D. Windows color (decimal): -4908725 or 4921781. OLE color: 4921781.
HSL color Cylindrical-coordinate representation of color #B5194B: hue angle of 340.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5194B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 75 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.29 |
| HSL | 340.77º | 0.76% | 0.4% | - |
| HSV(B) | 340.77º | 0.86% | 0.71% | - |
| XYZ | 20.67 | 11.03 | 7.7 | - |
| YUV | 77.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 75 | 0 | 0.86 | 0.59 | 0.29 | 340.77 | 0.76 | 0.4 |
| Hex | B5 | 19 | 4B | 0 | 56 | 3B | 1D | 155 | 4C | 28 |
| Octal | 265 | 31 | 113 | 0 | 126 | 73 | 35 | 525 | 114 | 50 |
| Binary | 10110101 | 11001 | 1001011 | 0 | 1010110 | 111011 | 11101 | 101010101 | 1001100 | 101000 |
Color Harmonies of #B5194B
Complementary color
Monochromatic Colors of #B5194B
Black with #B5194B
Text Example
Text Example
White with #B5194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5194B; }
p { color: rgb(181,25,75); }
H1.HeaderClassName
{
color: #B5194B;
}
.AnyTagClassName
{
color: #B5194B;
}
</style>
background-color css
<style>
a { background-color: #B5194B; }
a { background-color: rgb(181,25,75); }
div.DivClassName
{
background-color: #B5194B;
}
.BgClassName
{
background-color: #B5194B;
}
</style>
border-color css
<style>
span { border-color: #B5194B; }
span { border-color: rgb(181,25,75); }
td.TdClassName
{
border-color: #B5194B;
}
.TagClassName
{
border-color: #B5194B;
}
</style>