Shades of Old Rose #B2234D
Tints of Old Rose #B2234D
RGB
CMYK
RGB Variations
Color information
#B2234D (or 0xB2234D) is known color: Old Rose. HEX triplet: B2, 23 and 4D. RGB value is (178,35,77). Sum of RGB (Red+Green+Blue) = 178+35+77=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2234D is #4DDCB2. Grayscale: #525252. Windows color (decimal): -5102771 or 5055410. OLE color: 5055410.
HSL color Cylindrical-coordinate representation of color #B2234D: hue angle of 342.38º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2234D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 77 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.30 |
| HSL | 342.38º | 0.67% | 0.42% | - |
| HSV(B) | 342.38º | 0.8% | 0.7% | - |
| XYZ | 20.3 | 11.2 | 8.11 | - |
| YUV | 82.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 77 | 0 | 0.80 | 0.57 | 0.30 | 342.38 | 0.67 | 0.42 |
| Hex | B2 | 23 | 4D | 0 | 50 | 39 | 1E | 156 | 43 | 2A |
| Octal | 262 | 43 | 115 | 0 | 120 | 71 | 36 | 526 | 103 | 52 |
| Binary | 10110010 | 100011 | 1001101 | 0 | 1010000 | 111001 | 11110 | 101010110 | 1000011 | 101010 |
Color Harmonies of #B2234D
Complementary color
Monochromatic Colors of #B2234D
Black with #B2234D
Text Example
Text Example
White with #B2234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2234D; }
p { color: rgb(178,35,77); }
H1.HeaderClassName
{
color: #B2234D;
}
.AnyTagClassName
{
color: #B2234D;
}
</style>
background-color css
<style>
a { background-color: #B2234D; }
a { background-color: rgb(178,35,77); }
div.DivClassName
{
background-color: #B2234D;
}
.BgClassName
{
background-color: #B2234D;
}
</style>
border-color css
<style>
span { border-color: #B2234D; }
span { border-color: rgb(178,35,77); }
td.TdClassName
{
border-color: #B2234D;
}
.TagClassName
{
border-color: #B2234D;
}
</style>