Shades of Old Rose #B2294E
Tints of Old Rose #B2294E
RGB
CMYK
RGB Variations
Color information
#B2294E (or 0xB2294E) is known color: Old Rose. HEX triplet: B2, 29 and 4E. RGB value is (178,41,78). Sum of RGB (Red+Green+Blue) = 178+41+78=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2294E is #4DD6B1. Grayscale: #565656. Windows color (decimal): -5101234 or 5122482. OLE color: 5122482.
HSL color Cylindrical-coordinate representation of color #B2294E: hue angle of 343.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2294E is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 78 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.30 |
| HSL | 343.8º | 0.63% | 0.43% | - |
| HSV(B) | 343.8º | 0.77% | 0.7% | - |
| XYZ | 20.53 | 11.6 | 8.36 | - |
| YUV | 86.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 78 | 0 | 0.77 | 0.56 | 0.30 | 343.8 | 0.63 | 0.43 |
| Hex | B2 | 29 | 4E | 0 | 4D | 38 | 1E | 158 | 3F | 2B |
| Octal | 262 | 51 | 116 | 0 | 115 | 70 | 36 | 530 | 77 | 53 |
| Binary | 10110010 | 101001 | 1001110 | 0 | 1001101 | 111000 | 11110 | 101011000 | 111111 | 101011 |
Color Harmonies of #B2294E
Complementary color
Monochromatic Colors of #B2294E
Black with #B2294E
Text Example
Text Example
White with #B2294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2294E; }
p { color: rgb(178,41,78); }
H1.HeaderClassName
{
color: #B2294E;
}
.AnyTagClassName
{
color: #B2294E;
}
</style>
background-color css
<style>
a { background-color: #B2294E; }
a { background-color: rgb(178,41,78); }
div.DivClassName
{
background-color: #B2294E;
}
.BgClassName
{
background-color: #B2294E;
}
</style>
border-color css
<style>
span { border-color: #B2294E; }
span { border-color: rgb(178,41,78); }
td.TdClassName
{
border-color: #B2294E;
}
.TagClassName
{
border-color: #B2294E;
}
</style>