Shades of Old Rose #B12A43
Tints of Old Rose #B12A43
RGB
CMYK
RGB Variations
Color information
#B12A43 (or 0xB12A43) is known color: Old Rose. HEX triplet: B1, 2A and 43. RGB value is (177,42,67). Sum of RGB (Red+Green+Blue) = 177+42+67=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A43 is #4ED5BC. Grayscale: #555555. Windows color (decimal): -5166525 or 4401841. OLE color: 4401841.
HSL color Cylindrical-coordinate representation of color #B12A43: hue angle of 348.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12A43 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 42 | 67 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.31 |
| HSL | 348.89º | 0.62% | 0.43% | - |
| HSV(B) | 348.89º | 0.76% | 0.69% | - |
| XYZ | 19.97 | 11.41 | 6.46 | - |
| YUV | 85.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 67 | 0 | 0.76 | 0.62 | 0.31 | 348.89 | 0.62 | 0.43 |
| Hex | B1 | 2A | 43 | 0 | 4C | 3E | 1F | 15D | 3E | 2B |
| Octal | 261 | 52 | 103 | 0 | 114 | 76 | 37 | 535 | 76 | 53 |
| Binary | 10110001 | 101010 | 1000011 | 0 | 1001100 | 111110 | 11111 | 101011101 | 111110 | 101011 |
Color Harmonies of #B12A43
Complementary color
Monochromatic Colors of #B12A43
Black with #B12A43
Text Example
Text Example
White with #B12A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12A43; }
p { color: rgb(177,42,67); }
H1.HeaderClassName
{
color: #B12A43;
}
.AnyTagClassName
{
color: #B12A43;
}
</style>
background-color css
<style>
a { background-color: #B12A43; }
a { background-color: rgb(177,42,67); }
div.DivClassName
{
background-color: #B12A43;
}
.BgClassName
{
background-color: #B12A43;
}
</style>
border-color css
<style>
span { border-color: #B12A43; }
span { border-color: rgb(177,42,67); }
td.TdClassName
{
border-color: #B12A43;
}
.TagClassName
{
border-color: #B12A43;
}
</style>