Shades of Old Rose #B12442
Tints of Old Rose #B12442
RGB
CMYK
RGB Variations
Color information
#B12442 (or 0xB12442) is known color: Old Rose. HEX triplet: B1, 24 and 42. RGB value is (177,36,66). Sum of RGB (Red+Green+Blue) = 177+36+66=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B12442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12442 is #4EDBBD. Grayscale: #515151. Windows color (decimal): -5168062 or 4334769. OLE color: 4334769.
HSL color Cylindrical-coordinate representation of color #B12442: hue angle of 347.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12442 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 66 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.31 |
| HSL | 347.23º | 0.66% | 0.42% | - |
| HSV(B) | 347.23º | 0.8% | 0.69% | - |
| XYZ | 19.75 | 11 | 6.24 | - |
| YUV | 81.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 66 | 0 | 0.80 | 0.63 | 0.31 | 347.23 | 0.66 | 0.42 |
| Hex | B1 | 24 | 42 | 0 | 50 | 3F | 1F | 15B | 42 | 2A |
| Octal | 261 | 44 | 102 | 0 | 120 | 77 | 37 | 533 | 102 | 52 |
| Binary | 10110001 | 100100 | 1000010 | 0 | 1010000 | 111111 | 11111 | 101011011 | 1000010 | 101010 |
Color Harmonies of #B12442
Complementary color
Monochromatic Colors of #B12442
Black with #B12442
Text Example
Text Example
White with #B12442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12442; }
p { color: rgb(177,36,66); }
H1.HeaderClassName
{
color: #B12442;
}
.AnyTagClassName
{
color: #B12442;
}
</style>
background-color css
<style>
a { background-color: #B12442; }
a { background-color: rgb(177,36,66); }
div.DivClassName
{
background-color: #B12442;
}
.BgClassName
{
background-color: #B12442;
}
</style>
border-color css
<style>
span { border-color: #B12442; }
span { border-color: rgb(177,36,66); }
td.TdClassName
{
border-color: #B12442;
}
.TagClassName
{
border-color: #B12442;
}
</style>