Shades of Old Rose #B2245E
Tints of Old Rose #B2245E
RGB
CMYK
RGB Variations
Color information
#B2245E (or 0xB2245E) is known color: Old Rose. HEX triplet: B2, 24 and 5E. RGB value is (178,36,94). Sum of RGB (Red+Green+Blue) = 178+36+94=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2245E is #4DDBA1. Grayscale: #545454. Windows color (decimal): -5102498 or 6169778. OLE color: 6169778.
HSL color Cylindrical-coordinate representation of color #B2245E: hue angle of 335.49º degrees, saturation: 0.66, 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 #B2245E is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 94 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.30 |
| HSL | 335.49º | 0.66% | 0.42% | - |
| HSV(B) | 335.49º | 0.8% | 0.7% | - |
| XYZ | 21.01 | 11.53 | 11.71 | - |
| YUV | 85.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 94 | 0 | 0.80 | 0.47 | 0.30 | 335.49 | 0.66 | 0.42 |
| Hex | B2 | 24 | 5E | 0 | 50 | 2F | 1E | 14F | 42 | 2A |
| Octal | 262 | 44 | 136 | 0 | 120 | 57 | 36 | 517 | 102 | 52 |
| Binary | 10110010 | 100100 | 1011110 | 0 | 1010000 | 101111 | 11110 | 101001111 | 1000010 | 101010 |
Color Harmonies of #B2245E
Complementary color
Monochromatic Colors of #B2245E
Black with #B2245E
Text Example
Text Example
White with #B2245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2245E; }
p { color: rgb(178,36,94); }
H1.HeaderClassName
{
color: #B2245E;
}
.AnyTagClassName
{
color: #B2245E;
}
</style>
background-color css
<style>
a { background-color: #B2245E; }
a { background-color: rgb(178,36,94); }
div.DivClassName
{
background-color: #B2245E;
}
.BgClassName
{
background-color: #B2245E;
}
</style>
border-color css
<style>
span { border-color: #B2245E; }
span { border-color: rgb(178,36,94); }
td.TdClassName
{
border-color: #B2245E;
}
.TagClassName
{
border-color: #B2245E;
}
</style>