Shades of Old Rose #B21A4D
Tints of Old Rose #B21A4D
RGB
CMYK
RGB Variations
Color information
#B21A4D (or 0xB21A4D) is known color: Old Rose. HEX triplet: B2, 1A and 4D. RGB value is (178,26,77). Sum of RGB (Red+Green+Blue) = 178+26+77=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A4D is #4DE5B2. Grayscale: #4D4D4D. Windows color (decimal): -5105075 or 5053106. OLE color: 5053106.
HSL color Cylindrical-coordinate representation of color #B21A4D: hue angle of 339.87º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A4D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 77 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.30 |
| HSL | 339.87º | 0.75% | 0.4% | - |
| HSV(B) | 339.87º | 0.85% | 0.7% | - |
| XYZ | 20.07 | 10.74 | 8.04 | - |
| YUV | 77.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 77 | 0 | 0.85 | 0.57 | 0.30 | 339.87 | 0.75 | 0.4 |
| Hex | B2 | 1A | 4D | 0 | 55 | 39 | 1E | 154 | 4B | 28 |
| Octal | 262 | 32 | 115 | 0 | 125 | 71 | 36 | 524 | 113 | 50 |
| Binary | 10110010 | 11010 | 1001101 | 0 | 1010101 | 111001 | 11110 | 101010100 | 1001011 | 101000 |
Color Harmonies of #B21A4D
Complementary color
Monochromatic Colors of #B21A4D
Black with #B21A4D
Text Example
Text Example
White with #B21A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A4D; }
p { color: rgb(178,26,77); }
H1.HeaderClassName
{
color: #B21A4D;
}
.AnyTagClassName
{
color: #B21A4D;
}
</style>
background-color css
<style>
a { background-color: #B21A4D; }
a { background-color: rgb(178,26,77); }
div.DivClassName
{
background-color: #B21A4D;
}
.BgClassName
{
background-color: #B21A4D;
}
</style>
border-color css
<style>
span { border-color: #B21A4D; }
span { border-color: rgb(178,26,77); }
td.TdClassName
{
border-color: #B21A4D;
}
.TagClassName
{
border-color: #B21A4D;
}
</style>