Shades of Old Rose #B8234C
Tints of Old Rose #B8234C
RGB
CMYK
RGB Variations
Color information
#B8234C (or 0xB8234C) is known color: Old Rose. HEX triplet: B8, 23 and 4C. RGB value is (184,35,76). Sum of RGB (Red+Green+Blue) = 184+35+76=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8234C is #47DCB3. Grayscale: #545454. Windows color (decimal): -4709556 or 4989880. OLE color: 4989880.
HSL color Cylindrical-coordinate representation of color #B8234C: hue angle of 343.49º 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 #B8234C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 76 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.28 |
| HSL | 343.49º | 0.68% | 0.43% | - |
| HSV(B) | 343.49º | 0.81% | 0.72% | - |
| XYZ | 21.67 | 11.91 | 7.99 | - |
| YUV | 84.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 76 | 0 | 0.81 | 0.59 | 0.28 | 343.49 | 0.68 | 0.43 |
| Hex | B8 | 23 | 4C | 0 | 51 | 3B | 1C | 157 | 44 | 2B |
| Octal | 270 | 43 | 114 | 0 | 121 | 73 | 34 | 527 | 104 | 53 |
| Binary | 10111000 | 100011 | 1001100 | 0 | 1010001 | 111011 | 11100 | 101010111 | 1000100 | 101011 |
Color Harmonies of #B8234C
Complementary color
Monochromatic Colors of #B8234C
Black with #B8234C
Text Example
Text Example
White with #B8234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8234C; }
p { color: rgb(184,35,76); }
H1.HeaderClassName
{
color: #B8234C;
}
.AnyTagClassName
{
color: #B8234C;
}
</style>
background-color css
<style>
a { background-color: #B8234C; }
a { background-color: rgb(184,35,76); }
div.DivClassName
{
background-color: #B8234C;
}
.BgClassName
{
background-color: #B8234C;
}
</style>
border-color css
<style>
span { border-color: #B8234C; }
span { border-color: rgb(184,35,76); }
td.TdClassName
{
border-color: #B8234C;
}
.TagClassName
{
border-color: #B8234C;
}
</style>