Shades of Old Rose #B12244
Tints of Old Rose #B12244
RGB
CMYK
RGB Variations
Color information
#B12244 (or 0xB12244) is known color: Old Rose. HEX triplet: B1, 22 and 44. RGB value is (177,34,68). Sum of RGB (Red+Green+Blue) = 177+34+68=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B12244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12244 is #4EDDBB. Grayscale: #505050. Windows color (decimal): -5168572 or 4465329. OLE color: 4465329.
HSL color Cylindrical-coordinate representation of color #B12244: hue angle of 345.73º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12244 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 68 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.31 |
| HSL | 345.73º | 0.68% | 0.41% | - |
| HSV(B) | 345.73º | 0.81% | 0.69% | - |
| XYZ | 19.75 | 10.91 | 6.53 | - |
| YUV | 80.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 68 | 0 | 0.81 | 0.62 | 0.31 | 345.73 | 0.68 | 0.41 |
| Hex | B1 | 22 | 44 | 0 | 51 | 3E | 1F | 15A | 44 | 29 |
| Octal | 261 | 42 | 104 | 0 | 121 | 76 | 37 | 532 | 104 | 51 |
| Binary | 10110001 | 100010 | 1000100 | 0 | 1010001 | 111110 | 11111 | 101011010 | 1000100 | 101001 |
Color Harmonies of #B12244
Complementary color
Monochromatic Colors of #B12244
Black with #B12244
Text Example
Text Example
White with #B12244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12244; }
p { color: rgb(177,34,68); }
H1.HeaderClassName
{
color: #B12244;
}
.AnyTagClassName
{
color: #B12244;
}
</style>
background-color css
<style>
a { background-color: #B12244; }
a { background-color: rgb(177,34,68); }
div.DivClassName
{
background-color: #B12244;
}
.BgClassName
{
background-color: #B12244;
}
</style>
border-color css
<style>
span { border-color: #B12244; }
span { border-color: rgb(177,34,68); }
td.TdClassName
{
border-color: #B12244;
}
.TagClassName
{
border-color: #B12244;
}
</style>