Shades of Old Rose #B2384B
Tints of Old Rose #B2384B
RGB
CMYK
RGB Variations
Color information
#B2384B (or 0xB2384B) is known color: Old Rose. HEX triplet: B2, 38 and 4B. RGB value is (178,56,75). Sum of RGB (Red+Green+Blue) = 178+56+75=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2384B is #4DC7B4. Grayscale: #5E5E5E. Windows color (decimal): -5097397 or 4929714. OLE color: 4929714.
HSL color Cylindrical-coordinate representation of color #B2384B: hue angle of 350.66º 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 #B2384B is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 75 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.30 |
| HSL | 350.66º | 0.52% | 0.46% | - |
| HSV(B) | 350.66º | 0.69% | 0.7% | - |
| XYZ | 21.04 | 12.8 | 8.02 | - |
| YUV | 94.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 75 | 0 | 0.69 | 0.58 | 0.30 | 350.66 | 0.52 | 0.46 |
| Hex | B2 | 38 | 4B | 0 | 45 | 3A | 1E | 15F | 34 | 2E |
| Octal | 262 | 70 | 113 | 0 | 105 | 72 | 36 | 537 | 64 | 56 |
| Binary | 10110010 | 111000 | 1001011 | 0 | 1000101 | 111010 | 11110 | 101011111 | 110100 | 101110 |
Color Harmonies of #B2384B
Complementary color
Monochromatic Colors of #B2384B
Black with #B2384B
Text Example
Text Example
White with #B2384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2384B; }
p { color: rgb(178,56,75); }
H1.HeaderClassName
{
color: #B2384B;
}
.AnyTagClassName
{
color: #B2384B;
}
</style>
background-color css
<style>
a { background-color: #B2384B; }
a { background-color: rgb(178,56,75); }
div.DivClassName
{
background-color: #B2384B;
}
.BgClassName
{
background-color: #B2384B;
}
</style>
border-color css
<style>
span { border-color: #B2384B; }
span { border-color: rgb(178,56,75); }
td.TdClassName
{
border-color: #B2384B;
}
.TagClassName
{
border-color: #B2384B;
}
</style>