Shades of Old Rose #B12944
Tints of Old Rose #B12944
RGB
CMYK
RGB Variations
Color information
#B12944 (or 0xB12944) is known color: Old Rose. HEX triplet: B1, 29 and 44. RGB value is (177,41,68). Sum of RGB (Red+Green+Blue) = 177+41+68=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12944 is #4ED6BB. Grayscale: #545454. Windows color (decimal): -5166780 or 4467121. OLE color: 4467121.
HSL color Cylindrical-coordinate representation of color #B12944: hue angle of 348.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12944 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 68 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.31 |
| HSL | 348.09º | 0.62% | 0.43% | - |
| HSV(B) | 348.09º | 0.77% | 0.69% | - |
| XYZ | 19.97 | 11.35 | 6.61 | - |
| YUV | 84.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 68 | 0 | 0.77 | 0.62 | 0.31 | 348.09 | 0.62 | 0.43 |
| Hex | B1 | 29 | 44 | 0 | 4D | 3E | 1F | 15C | 3E | 2B |
| Octal | 261 | 51 | 104 | 0 | 115 | 76 | 37 | 534 | 76 | 53 |
| Binary | 10110001 | 101001 | 1000100 | 0 | 1001101 | 111110 | 11111 | 101011100 | 111110 | 101011 |
Color Harmonies of #B12944
Complementary color
Monochromatic Colors of #B12944
Black with #B12944
Text Example
Text Example
White with #B12944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12944; }
p { color: rgb(177,41,68); }
H1.HeaderClassName
{
color: #B12944;
}
.AnyTagClassName
{
color: #B12944;
}
</style>
background-color css
<style>
a { background-color: #B12944; }
a { background-color: rgb(177,41,68); }
div.DivClassName
{
background-color: #B12944;
}
.BgClassName
{
background-color: #B12944;
}
</style>
border-color css
<style>
span { border-color: #B12944; }
span { border-color: rgb(177,41,68); }
td.TdClassName
{
border-color: #B12944;
}
.TagClassName
{
border-color: #B12944;
}
</style>