Shades of Old Rose #B2234F
Tints of Old Rose #B2234F
RGB
CMYK
RGB Variations
Color information
#B2234F (or 0xB2234F) is known color: Old Rose. HEX triplet: B2, 23 and 4F. RGB value is (178,35,79). Sum of RGB (Red+Green+Blue) = 178+35+79=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2234F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2234F is #4DDCB0. Grayscale: #525252. Windows color (decimal): -5102769 or 5186482. OLE color: 5186482.
HSL color Cylindrical-coordinate representation of color #B2234F: hue angle of 341.54º 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 #B2234F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 79 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.30 |
| HSL | 341.54º | 0.67% | 0.42% | - |
| HSV(B) | 341.54º | 0.8% | 0.7% | - |
| XYZ | 20.37 | 11.23 | 8.49 | - |
| YUV | 82.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 79 | 0 | 0.80 | 0.56 | 0.30 | 341.54 | 0.67 | 0.42 |
| Hex | B2 | 23 | 4F | 0 | 50 | 38 | 1E | 156 | 43 | 2A |
| Octal | 262 | 43 | 117 | 0 | 120 | 70 | 36 | 526 | 103 | 52 |
| Binary | 10110010 | 100011 | 1001111 | 0 | 1010000 | 111000 | 11110 | 101010110 | 1000011 | 101010 |
Color Harmonies of #B2234F
Complementary color
Monochromatic Colors of #B2234F
Black with #B2234F
Text Example
Text Example
White with #B2234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2234F; }
p { color: rgb(178,35,79); }
H1.HeaderClassName
{
color: #B2234F;
}
.AnyTagClassName
{
color: #B2234F;
}
</style>
background-color css
<style>
a { background-color: #B2234F; }
a { background-color: rgb(178,35,79); }
div.DivClassName
{
background-color: #B2234F;
}
.BgClassName
{
background-color: #B2234F;
}
</style>
border-color css
<style>
span { border-color: #B2234F; }
span { border-color: rgb(178,35,79); }
td.TdClassName
{
border-color: #B2234F;
}
.TagClassName
{
border-color: #B2234F;
}
</style>