Shades of Old Rose #B8294B
Tints of Old Rose #B8294B
RGB
CMYK
RGB Variations
Color information
#B8294B (or 0xB8294B) is known color: Old Rose. HEX triplet: B8, 29 and 4B. RGB value is (184,41,75). Sum of RGB (Red+Green+Blue) = 184+41+75=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8294B is #47D6B4. Grayscale: #575757. Windows color (decimal): -4708021 or 4925880. OLE color: 4925880.
HSL color Cylindrical-coordinate representation of color #B8294B: hue angle of 345.73º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8294B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 75 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.28 |
| HSL | 345.73º | 0.64% | 0.44% | - |
| HSV(B) | 345.73º | 0.78% | 0.72% | - |
| XYZ | 21.83 | 12.28 | 7.88 | - |
| YUV | 87.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 75 | 0 | 0.78 | 0.59 | 0.28 | 345.73 | 0.64 | 0.44 |
| Hex | B8 | 29 | 4B | 0 | 4E | 3B | 1C | 15A | 40 | 2C |
| Octal | 270 | 51 | 113 | 0 | 116 | 73 | 34 | 532 | 100 | 54 |
| Binary | 10111000 | 101001 | 1001011 | 0 | 1001110 | 111011 | 11100 | 101011010 | 1000000 | 101100 |
Color Harmonies of #B8294B
Complementary color
Monochromatic Colors of #B8294B
Black with #B8294B
Text Example
Text Example
White with #B8294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8294B; }
p { color: rgb(184,41,75); }
H1.HeaderClassName
{
color: #B8294B;
}
.AnyTagClassName
{
color: #B8294B;
}
</style>
background-color css
<style>
a { background-color: #B8294B; }
a { background-color: rgb(184,41,75); }
div.DivClassName
{
background-color: #B8294B;
}
.BgClassName
{
background-color: #B8294B;
}
</style>
border-color css
<style>
span { border-color: #B8294B; }
span { border-color: rgb(184,41,75); }
td.TdClassName
{
border-color: #B8294B;
}
.TagClassName
{
border-color: #B8294B;
}
</style>