Shades of Old Rose #B8234B
Tints of Old Rose #B8234B
RGB
CMYK
RGB Variations
Color information
#B8234B (or 0xB8234B) is known color: Old Rose. HEX triplet: B8, 23 and 4B. RGB value is (184,35,75). Sum of RGB (Red+Green+Blue) = 184+35+75=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8234B is #47DCB4. Grayscale: #545454. Windows color (decimal): -4709557 or 4924344. OLE color: 4924344.
HSL color Cylindrical-coordinate representation of color #B8234B: hue angle of 343.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8234B is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 75 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.28 |
| HSL | 343.89º | 0.68% | 0.43% | - |
| HSV(B) | 343.89º | 0.81% | 0.72% | - |
| XYZ | 21.64 | 11.9 | 7.81 | - |
| YUV | 84.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 75 | 0 | 0.81 | 0.59 | 0.28 | 343.89 | 0.68 | 0.43 |
| Hex | B8 | 23 | 4B | 0 | 51 | 3B | 1C | 158 | 44 | 2B |
| Octal | 270 | 43 | 113 | 0 | 121 | 73 | 34 | 530 | 104 | 53 |
| Binary | 10111000 | 100011 | 1001011 | 0 | 1010001 | 111011 | 11100 | 101011000 | 1000100 | 101011 |
Color Harmonies of #B8234B
Complementary color
Monochromatic Colors of #B8234B
Black with #B8234B
Text Example
Text Example
White with #B8234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8234B; }
p { color: rgb(184,35,75); }
H1.HeaderClassName
{
color: #B8234B;
}
.AnyTagClassName
{
color: #B8234B;
}
</style>
background-color css
<style>
a { background-color: #B8234B; }
a { background-color: rgb(184,35,75); }
div.DivClassName
{
background-color: #B8234B;
}
.BgClassName
{
background-color: #B8234B;
}
</style>
border-color css
<style>
span { border-color: #B8234B; }
span { border-color: rgb(184,35,75); }
td.TdClassName
{
border-color: #B8234B;
}
.TagClassName
{
border-color: #B8234B;
}
</style>