Shades of Old Rose #B21D48
Tints of Old Rose #B21D48
RGB
CMYK
RGB Variations
Color information
#B21D48 (or 0xB21D48) is known color: Old Rose. HEX triplet: B2, 1D and 48. RGB value is (178,29,72). Sum of RGB (Red+Green+Blue) = 178+29+72=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D48 is #4DE2B7. Grayscale: #4E4E4E. Windows color (decimal): -5104312 or 4726194. OLE color: 4726194.
HSL color Cylindrical-coordinate representation of color #B21D48: hue angle of 342.68º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D48 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 72 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.30 |
| HSL | 342.68º | 0.72% | 0.41% | - |
| HSV(B) | 342.68º | 0.84% | 0.7% | - |
| XYZ | 19.97 | 10.81 | 7.17 | - |
| YUV | 78.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 72 | 0 | 0.84 | 0.60 | 0.30 | 342.68 | 0.72 | 0.41 |
| Hex | B2 | 1D | 48 | 0 | 54 | 3C | 1E | 157 | 48 | 29 |
| Octal | 262 | 35 | 110 | 0 | 124 | 74 | 36 | 527 | 110 | 51 |
| Binary | 10110010 | 11101 | 1001000 | 0 | 1010100 | 111100 | 11110 | 101010111 | 1001000 | 101001 |
Color Harmonies of #B21D48
Complementary color
Monochromatic Colors of #B21D48
Black with #B21D48
Text Example
Text Example
White with #B21D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D48; }
p { color: rgb(178,29,72); }
H1.HeaderClassName
{
color: #B21D48;
}
.AnyTagClassName
{
color: #B21D48;
}
</style>
background-color css
<style>
a { background-color: #B21D48; }
a { background-color: rgb(178,29,72); }
div.DivClassName
{
background-color: #B21D48;
}
.BgClassName
{
background-color: #B21D48;
}
</style>
border-color css
<style>
span { border-color: #B21D48; }
span { border-color: rgb(178,29,72); }
td.TdClassName
{
border-color: #B21D48;
}
.TagClassName
{
border-color: #B21D48;
}
</style>