Shades of Old Rose #B1194D
Tints of Old Rose #B1194D
RGB
CMYK
RGB Variations
Color information
#B1194D (or 0xB1194D) is known color: Old Rose. HEX triplet: B1, 19 and 4D. RGB value is (177,25,77). Sum of RGB (Red+Green+Blue) = 177+25+77=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1194D is #4EE6B2. Grayscale: #4C4C4C. Windows color (decimal): -5170867 or 5052849. OLE color: 5052849.
HSL color Cylindrical-coordinate representation of color #B1194D: hue angle of 339.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1194D is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 77 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.31 |
| HSL | 339.47º | 0.75% | 0.4% | - |
| HSV(B) | 339.47º | 0.86% | 0.69% | - |
| XYZ | 19.82 | 10.58 | 8.02 | - |
| YUV | 76.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 77 | 0 | 0.86 | 0.56 | 0.31 | 339.47 | 0.75 | 0.4 |
| Hex | B1 | 19 | 4D | 0 | 56 | 38 | 1F | 153 | 4B | 28 |
| Octal | 261 | 31 | 115 | 0 | 126 | 70 | 37 | 523 | 113 | 50 |
| Binary | 10110001 | 11001 | 1001101 | 0 | 1010110 | 111000 | 11111 | 101010011 | 1001011 | 101000 |
Color Harmonies of #B1194D
Complementary color
Monochromatic Colors of #B1194D
Black with #B1194D
Text Example
Text Example
White with #B1194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1194D; }
p { color: rgb(177,25,77); }
H1.HeaderClassName
{
color: #B1194D;
}
.AnyTagClassName
{
color: #B1194D;
}
</style>
background-color css
<style>
a { background-color: #B1194D; }
a { background-color: rgb(177,25,77); }
div.DivClassName
{
background-color: #B1194D;
}
.BgClassName
{
background-color: #B1194D;
}
</style>
border-color css
<style>
span { border-color: #B1194D; }
span { border-color: rgb(177,25,77); }
td.TdClassName
{
border-color: #B1194D;
}
.TagClassName
{
border-color: #B1194D;
}
</style>