Shades of Old Rose #B83145
Tints of Old Rose #B83145
RGB
CMYK
RGB Variations
Color information
#B83145 (or 0xB83145) is known color: Old Rose. HEX triplet: B8, 31 and 45. RGB value is (184,49,69). Sum of RGB (Red+Green+Blue) = 184+49+69=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83145 is #47CEBA. Grayscale: #5B5B5B. Windows color (decimal): -4705979 or 4534712. OLE color: 4534712.
HSL color Cylindrical-coordinate representation of color #B83145: hue angle of 351.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83145 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 69 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.28 |
| HSL | 351.11º | 0.58% | 0.46% | - |
| HSV(B) | 351.11º | 0.73% | 0.72% | - |
| XYZ | 21.94 | 12.82 | 6.95 | - |
| YUV | 91.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 69 | 0 | 0.73 | 0.62 | 0.28 | 351.11 | 0.58 | 0.46 |
| Hex | B8 | 31 | 45 | 0 | 49 | 3E | 1C | 15F | 3A | 2E |
| Octal | 270 | 61 | 105 | 0 | 111 | 76 | 34 | 537 | 72 | 56 |
| Binary | 10111000 | 110001 | 1000101 | 0 | 1001001 | 111110 | 11100 | 101011111 | 111010 | 101110 |
Color Harmonies of #B83145
Complementary color
Monochromatic Colors of #B83145
Black with #B83145
Text Example
Text Example
White with #B83145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83145; }
p { color: rgb(184,49,69); }
H1.HeaderClassName
{
color: #B83145;
}
.AnyTagClassName
{
color: #B83145;
}
</style>
background-color css
<style>
a { background-color: #B83145; }
a { background-color: rgb(184,49,69); }
div.DivClassName
{
background-color: #B83145;
}
.BgClassName
{
background-color: #B83145;
}
</style>
border-color css
<style>
span { border-color: #B83145; }
span { border-color: rgb(184,49,69); }
td.TdClassName
{
border-color: #B83145;
}
.TagClassName
{
border-color: #B83145;
}
</style>