Shades of Old Rose #B12E42
Tints of Old Rose #B12E42
RGB
CMYK
RGB Variations
Color information
#B12E42 (or 0xB12E42) is known color: Old Rose. HEX triplet: B1, 2E and 42. RGB value is (177,46,66). Sum of RGB (Red+Green+Blue) = 177+46+66=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E42 is #4ED1BD. Grayscale: #575757. Windows color (decimal): -5165502 or 4337329. OLE color: 4337329.
HSL color Cylindrical-coordinate representation of color #B12E42: hue angle of 350.84º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E42 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 66 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.31 |
| HSL | 350.84º | 0.59% | 0.44% | - |
| HSV(B) | 350.84º | 0.74% | 0.69% | - |
| XYZ | 20.09 | 11.69 | 6.35 | - |
| YUV | 87.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 66 | 0 | 0.74 | 0.63 | 0.31 | 350.84 | 0.59 | 0.44 |
| Hex | B1 | 2E | 42 | 0 | 4A | 3F | 1F | 15F | 3B | 2C |
| Octal | 261 | 56 | 102 | 0 | 112 | 77 | 37 | 537 | 73 | 54 |
| Binary | 10110001 | 101110 | 1000010 | 0 | 1001010 | 111111 | 11111 | 101011111 | 111011 | 101100 |
Color Harmonies of #B12E42
Complementary color
Monochromatic Colors of #B12E42
Black with #B12E42
Text Example
Text Example
White with #B12E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E42; }
p { color: rgb(177,46,66); }
H1.HeaderClassName
{
color: #B12E42;
}
.AnyTagClassName
{
color: #B12E42;
}
</style>
background-color css
<style>
a { background-color: #B12E42; }
a { background-color: rgb(177,46,66); }
div.DivClassName
{
background-color: #B12E42;
}
.BgClassName
{
background-color: #B12E42;
}
</style>
border-color css
<style>
span { border-color: #B12E42; }
span { border-color: rgb(177,46,66); }
td.TdClassName
{
border-color: #B12E42;
}
.TagClassName
{
border-color: #B12E42;
}
</style>