Shades of Old Rose #B3384B
Tints of Old Rose #B3384B
RGB
CMYK
RGB Variations
Color information
#B3384B (or 0xB3384B) is known color: Old Rose. HEX triplet: B3, 38 and 4B. RGB value is (179,56,75). Sum of RGB (Red+Green+Blue) = 179+56+75=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3384B is #4CC7B4. Grayscale: #5E5E5E. Windows color (decimal): -5031861 or 4929715. OLE color: 4929715.
HSL color Cylindrical-coordinate representation of color #B3384B: hue angle of 350.73º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3384B is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 75 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.30 |
| HSL | 350.73º | 0.52% | 0.46% | - |
| HSV(B) | 350.73º | 0.69% | 0.7% | - |
| XYZ | 21.27 | 12.92 | 8.03 | - |
| YUV | 94.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 75 | 0 | 0.69 | 0.58 | 0.30 | 350.73 | 0.52 | 0.46 |
| Hex | B3 | 38 | 4B | 0 | 45 | 3A | 1E | 15F | 34 | 2E |
| Octal | 263 | 70 | 113 | 0 | 105 | 72 | 36 | 537 | 64 | 56 |
| Binary | 10110011 | 111000 | 1001011 | 0 | 1000101 | 111010 | 11110 | 101011111 | 110100 | 101110 |
Color Harmonies of #B3384B
Complementary color
Monochromatic Colors of #B3384B
Black with #B3384B
Text Example
Text Example
White with #B3384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3384B; }
p { color: rgb(179,56,75); }
H1.HeaderClassName
{
color: #B3384B;
}
.AnyTagClassName
{
color: #B3384B;
}
</style>
background-color css
<style>
a { background-color: #B3384B; }
a { background-color: rgb(179,56,75); }
div.DivClassName
{
background-color: #B3384B;
}
.BgClassName
{
background-color: #B3384B;
}
</style>
border-color css
<style>
span { border-color: #B3384B; }
span { border-color: rgb(179,56,75); }
td.TdClassName
{
border-color: #B3384B;
}
.TagClassName
{
border-color: #B3384B;
}
</style>