Shades of Old Rose #B8184C
Tints of Old Rose #B8184C
RGB
CMYK
RGB Variations
Color information
#B8184C (or 0xB8184C) is known color: Old Rose. HEX triplet: B8, 18 and 4C. RGB value is (184,24,76). Sum of RGB (Red+Green+Blue) = 184+24+76=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8184C is #47E7B3. Grayscale: #4D4D4D. Windows color (decimal): -4712372 or 4987064. OLE color: 4987064.
HSL color Cylindrical-coordinate representation of color #B8184C: hue angle of 340.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8184C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 76 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.28 |
| HSL | 340.5º | 0.77% | 0.41% | - |
| HSV(B) | 340.5º | 0.87% | 0.72% | - |
| XYZ | 21.4 | 11.37 | 7.9 | - |
| YUV | 77.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 76 | 0 | 0.87 | 0.59 | 0.28 | 340.5 | 0.77 | 0.41 |
| Hex | B8 | 18 | 4C | 0 | 57 | 3B | 1C | 154 | 4D | 29 |
| Octal | 270 | 30 | 114 | 0 | 127 | 73 | 34 | 524 | 115 | 51 |
| Binary | 10111000 | 11000 | 1001100 | 0 | 1010111 | 111011 | 11100 | 101010100 | 1001101 | 101001 |
Color Harmonies of #B8184C
Complementary color
Monochromatic Colors of #B8184C
Black with #B8184C
Text Example
Text Example
White with #B8184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8184C; }
p { color: rgb(184,24,76); }
H1.HeaderClassName
{
color: #B8184C;
}
.AnyTagClassName
{
color: #B8184C;
}
</style>
background-color css
<style>
a { background-color: #B8184C; }
a { background-color: rgb(184,24,76); }
div.DivClassName
{
background-color: #B8184C;
}
.BgClassName
{
background-color: #B8184C;
}
</style>
border-color css
<style>
span { border-color: #B8184C; }
span { border-color: rgb(184,24,76); }
td.TdClassName
{
border-color: #B8184C;
}
.TagClassName
{
border-color: #B8184C;
}
</style>