Shades of Old Rose #B2364B
Tints of Old Rose #B2364B
RGB
CMYK
RGB Variations
Color information
#B2364B (or 0xB2364B) is known color: Old Rose. HEX triplet: B2, 36 and 4B. RGB value is (178,54,75). Sum of RGB (Red+Green+Blue) = 178+54+75=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2364B is #4DC9B4. Grayscale: #5D5D5D. Windows color (decimal): -5097909 or 4929202. OLE color: 4929202.
HSL color Cylindrical-coordinate representation of color #B2364B: hue angle of 349.84º 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 #B2364B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 75 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.30 |
| HSL | 349.84º | 0.53% | 0.45% | - |
| HSV(B) | 349.84º | 0.7% | 0.7% | - |
| XYZ | 20.95 | 12.61 | 7.99 | - |
| YUV | 93.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 75 | 0 | 0.70 | 0.58 | 0.30 | 349.84 | 0.53 | 0.45 |
| Hex | B2 | 36 | 4B | 0 | 46 | 3A | 1E | 15E | 35 | 2D |
| Octal | 262 | 66 | 113 | 0 | 106 | 72 | 36 | 536 | 65 | 55 |
| Binary | 10110010 | 110110 | 1001011 | 0 | 1000110 | 111010 | 11110 | 101011110 | 110101 | 101101 |
Color Harmonies of #B2364B
Complementary color
Monochromatic Colors of #B2364B
Black with #B2364B
Text Example
Text Example
White with #B2364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2364B; }
p { color: rgb(178,54,75); }
H1.HeaderClassName
{
color: #B2364B;
}
.AnyTagClassName
{
color: #B2364B;
}
</style>
background-color css
<style>
a { background-color: #B2364B; }
a { background-color: rgb(178,54,75); }
div.DivClassName
{
background-color: #B2364B;
}
.BgClassName
{
background-color: #B2364B;
}
</style>
border-color css
<style>
span { border-color: #B2364B; }
span { border-color: rgb(178,54,75); }
td.TdClassName
{
border-color: #B2364B;
}
.TagClassName
{
border-color: #B2364B;
}
</style>