Shades of Old Rose #B2255C
Tints of Old Rose #B2255C
RGB
CMYK
RGB Variations
Color information
#B2255C (or 0xB2255C) is known color: Old Rose. HEX triplet: B2, 25 and 5C. RGB value is (178,37,92). Sum of RGB (Red+Green+Blue) = 178+37+92=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2255C is #4DDAA3. Grayscale: #555555. Windows color (decimal): -5102244 or 6038962. OLE color: 6038962.
HSL color Cylindrical-coordinate representation of color #B2255C: hue angle of 336.6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2255C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 92 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.30 |
| HSL | 336.6º | 0.66% | 0.42% | - |
| HSV(B) | 336.6º | 0.79% | 0.7% | - |
| XYZ | 20.95 | 11.56 | 11.25 | - |
| YUV | 85.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 92 | 0 | 0.79 | 0.48 | 0.30 | 336.6 | 0.66 | 0.42 |
| Hex | B2 | 25 | 5C | 0 | 4F | 30 | 1E | 151 | 42 | 2A |
| Octal | 262 | 45 | 134 | 0 | 117 | 60 | 36 | 521 | 102 | 52 |
| Binary | 10110010 | 100101 | 1011100 | 0 | 1001111 | 110000 | 11110 | 101010001 | 1000010 | 101010 |
Color Harmonies of #B2255C
Complementary color
Monochromatic Colors of #B2255C
Black with #B2255C
Text Example
Text Example
White with #B2255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2255C; }
p { color: rgb(178,37,92); }
H1.HeaderClassName
{
color: #B2255C;
}
.AnyTagClassName
{
color: #B2255C;
}
</style>
background-color css
<style>
a { background-color: #B2255C; }
a { background-color: rgb(178,37,92); }
div.DivClassName
{
background-color: #B2255C;
}
.BgClassName
{
background-color: #B2255C;
}
</style>
border-color css
<style>
span { border-color: #B2255C; }
span { border-color: rgb(178,37,92); }
td.TdClassName
{
border-color: #B2255C;
}
.TagClassName
{
border-color: #B2255C;
}
</style>