Shades of Old Rose #B2254C
Tints of Old Rose #B2254C
RGB
CMYK
RGB Variations
Color information
#B2254C (or 0xB2254C) is known color: Old Rose. HEX triplet: B2, 25 and 4C. RGB value is (178,37,76). Sum of RGB (Red+Green+Blue) = 178+37+76=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2254C is #4DDAB3. Grayscale: #535353. Windows color (decimal): -5102260 or 4990386. OLE color: 4990386.
HSL color Cylindrical-coordinate representation of color #B2254C: hue angle of 343.4º 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 #B2254C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 76 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.30 |
| HSL | 343.4º | 0.66% | 0.42% | - |
| HSV(B) | 343.4º | 0.79% | 0.7% | - |
| XYZ | 20.33 | 11.31 | 7.95 | - |
| YUV | 83.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 76 | 0 | 0.79 | 0.57 | 0.30 | 343.4 | 0.66 | 0.42 |
| Hex | B2 | 25 | 4C | 0 | 4F | 39 | 1E | 157 | 42 | 2A |
| Octal | 262 | 45 | 114 | 0 | 117 | 71 | 36 | 527 | 102 | 52 |
| Binary | 10110010 | 100101 | 1001100 | 0 | 1001111 | 111001 | 11110 | 101010111 | 1000010 | 101010 |
Color Harmonies of #B2254C
Complementary color
Monochromatic Colors of #B2254C
Black with #B2254C
Text Example
Text Example
White with #B2254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2254C; }
p { color: rgb(178,37,76); }
H1.HeaderClassName
{
color: #B2254C;
}
.AnyTagClassName
{
color: #B2254C;
}
</style>
background-color css
<style>
a { background-color: #B2254C; }
a { background-color: rgb(178,37,76); }
div.DivClassName
{
background-color: #B2254C;
}
.BgClassName
{
background-color: #B2254C;
}
</style>
border-color css
<style>
span { border-color: #B2254C; }
span { border-color: rgb(178,37,76); }
td.TdClassName
{
border-color: #B2254C;
}
.TagClassName
{
border-color: #B2254C;
}
</style>