Shades of Old Rose #B2364D
Tints of Old Rose #B2364D
RGB
CMYK
RGB Variations
Color information
#B2364D (or 0xB2364D) is known color: Old Rose. HEX triplet: B2, 36 and 4D. RGB value is (178,54,77). Sum of RGB (Red+Green+Blue) = 178+54+77=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2364D is #4DC9B2. Grayscale: #5D5D5D. Windows color (decimal): -5097907 or 5060274. OLE color: 5060274.
HSL color Cylindrical-coordinate representation of color #B2364D: hue angle of 348.87º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2364D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 77 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.30 |
| HSL | 348.87º | 0.53% | 0.45% | - |
| HSV(B) | 348.87º | 0.7% | 0.7% | - |
| XYZ | 21.02 | 12.64 | 8.35 | - |
| YUV | 93.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 77 | 0 | 0.70 | 0.57 | 0.30 | 348.87 | 0.53 | 0.45 |
| Hex | B2 | 36 | 4D | 0 | 46 | 39 | 1E | 15D | 35 | 2D |
| Octal | 262 | 66 | 115 | 0 | 106 | 71 | 36 | 535 | 65 | 55 |
| Binary | 10110010 | 110110 | 1001101 | 0 | 1000110 | 111001 | 11110 | 101011101 | 110101 | 101101 |
Color Harmonies of #B2364D
Complementary color
Monochromatic Colors of #B2364D
Black with #B2364D
Text Example
Text Example
White with #B2364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2364D; }
p { color: rgb(178,54,77); }
H1.HeaderClassName
{
color: #B2364D;
}
.AnyTagClassName
{
color: #B2364D;
}
</style>
background-color css
<style>
a { background-color: #B2364D; }
a { background-color: rgb(178,54,77); }
div.DivClassName
{
background-color: #B2364D;
}
.BgClassName
{
background-color: #B2364D;
}
</style>
border-color css
<style>
span { border-color: #B2364D; }
span { border-color: rgb(178,54,77); }
td.TdClassName
{
border-color: #B2364D;
}
.TagClassName
{
border-color: #B2364D;
}
</style>