Shades of Old Rose #B83348
Tints of Old Rose #B83348
RGB
CMYK
RGB Variations
Color information
#B83348 (or 0xB83348) is known color: Old Rose. HEX triplet: B8, 33 and 48. RGB value is (184,51,72). Sum of RGB (Red+Green+Blue) = 184+51+72=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B83348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83348 is #47CCB7. Grayscale: #5D5D5D. Windows color (decimal): -4705464 or 4731832. OLE color: 4731832.
HSL color Cylindrical-coordinate representation of color #B83348: hue angle of 350.53º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83348 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 72 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.28 |
| HSL | 350.53º | 0.57% | 0.46% | - |
| HSV(B) | 350.53º | 0.72% | 0.72% | - |
| XYZ | 22.12 | 13.03 | 7.48 | - |
| YUV | 93.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 72 | 0 | 0.72 | 0.61 | 0.28 | 350.53 | 0.57 | 0.46 |
| Hex | B8 | 33 | 48 | 0 | 48 | 3D | 1C | 15F | 39 | 2E |
| Octal | 270 | 63 | 110 | 0 | 110 | 75 | 34 | 537 | 71 | 56 |
| Binary | 10111000 | 110011 | 1001000 | 0 | 1001000 | 111101 | 11100 | 101011111 | 111001 | 101110 |
Color Harmonies of #B83348
Complementary color
Monochromatic Colors of #B83348
Black with #B83348
Text Example
Text Example
White with #B83348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83348; }
p { color: rgb(184,51,72); }
H1.HeaderClassName
{
color: #B83348;
}
.AnyTagClassName
{
color: #B83348;
}
</style>
background-color css
<style>
a { background-color: #B83348; }
a { background-color: rgb(184,51,72); }
div.DivClassName
{
background-color: #B83348;
}
.BgClassName
{
background-color: #B83348;
}
</style>
border-color css
<style>
span { border-color: #B83348; }
span { border-color: rgb(184,51,72); }
td.TdClassName
{
border-color: #B83348;
}
.TagClassName
{
border-color: #B83348;
}
</style>