Shades of Old Rose #B8245B
Tints of Old Rose #B8245B
RGB
CMYK
RGB Variations
Color information
#B8245B (or 0xB8245B) is known color: Old Rose. HEX triplet: B8, 24 and 5B. RGB value is (184,36,91). Sum of RGB (Red+Green+Blue) = 184+36+91=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8245B is #47DBA4. Grayscale: #565656. Windows color (decimal): -4709285 or 5973176. OLE color: 5973176.
HSL color Cylindrical-coordinate representation of color #B8245B: hue angle of 337.7º 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 #B8245B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 91 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.28 |
| HSL | 337.7º | 0.67% | 0.43% | - |
| HSV(B) | 337.7º | 0.8% | 0.72% | - |
| XYZ | 22.29 | 12.21 | 11.08 | - |
| YUV | 86.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 91 | 0 | 0.80 | 0.51 | 0.28 | 337.7 | 0.67 | 0.43 |
| Hex | B8 | 24 | 5B | 0 | 50 | 33 | 1C | 152 | 43 | 2B |
| Octal | 270 | 44 | 133 | 0 | 120 | 63 | 34 | 522 | 103 | 53 |
| Binary | 10111000 | 100100 | 1011011 | 0 | 1010000 | 110011 | 11100 | 101010010 | 1000011 | 101011 |
Color Harmonies of #B8245B
Complementary color
Monochromatic Colors of #B8245B
Black with #B8245B
Text Example
Text Example
White with #B8245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8245B; }
p { color: rgb(184,36,91); }
H1.HeaderClassName
{
color: #B8245B;
}
.AnyTagClassName
{
color: #B8245B;
}
</style>
background-color css
<style>
a { background-color: #B8245B; }
a { background-color: rgb(184,36,91); }
div.DivClassName
{
background-color: #B8245B;
}
.BgClassName
{
background-color: #B8245B;
}
</style>
border-color css
<style>
span { border-color: #B8245B; }
span { border-color: rgb(184,36,91); }
td.TdClassName
{
border-color: #B8245B;
}
.TagClassName
{
border-color: #B8245B;
}
</style>