Shades of Old Rose #B8245D
Tints of Old Rose #B8245D
RGB
CMYK
RGB Variations
Color information
#B8245D (or 0xB8245D) is known color: Old Rose. HEX triplet: B8, 24 and 5D. RGB value is (184,36,93). Sum of RGB (Red+Green+Blue) = 184+36+93=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8245D is #47DBA2. Grayscale: #565656. Windows color (decimal): -4709283 or 6104248. OLE color: 6104248.
HSL color Cylindrical-coordinate representation of color #B8245D: hue angle of 336.89º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8245D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 93 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.28 |
| HSL | 336.89º | 0.67% | 0.43% | - |
| HSV(B) | 336.89º | 0.8% | 0.72% | - |
| XYZ | 22.37 | 12.24 | 11.54 | - |
| YUV | 86.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 93 | 0 | 0.80 | 0.49 | 0.28 | 336.89 | 0.67 | 0.43 |
| Hex | B8 | 24 | 5D | 0 | 50 | 31 | 1C | 151 | 43 | 2B |
| Octal | 270 | 44 | 135 | 0 | 120 | 61 | 34 | 521 | 103 | 53 |
| Binary | 10111000 | 100100 | 1011101 | 0 | 1010000 | 110001 | 11100 | 101010001 | 1000011 | 101011 |
Color Harmonies of #B8245D
Complementary color
Monochromatic Colors of #B8245D
Black with #B8245D
Text Example
Text Example
White with #B8245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8245D; }
p { color: rgb(184,36,93); }
H1.HeaderClassName
{
color: #B8245D;
}
.AnyTagClassName
{
color: #B8245D;
}
</style>
background-color css
<style>
a { background-color: #B8245D; }
a { background-color: rgb(184,36,93); }
div.DivClassName
{
background-color: #B8245D;
}
.BgClassName
{
background-color: #B8245D;
}
</style>
border-color css
<style>
span { border-color: #B8245D; }
span { border-color: rgb(184,36,93); }
td.TdClassName
{
border-color: #B8245D;
}
.TagClassName
{
border-color: #B8245D;
}
</style>