Shades of Old Rose #B2275B
Tints of Old Rose #B2275B
RGB
CMYK
RGB Variations
Color information
#B2275B (or 0xB2275B) is known color: Old Rose. HEX triplet: B2, 27 and 5B. RGB value is (178,39,91). Sum of RGB (Red+Green+Blue) = 178+39+91=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2275B is #4DD8A4. Grayscale: #565656. Windows color (decimal): -5101733 or 5973938. OLE color: 5973938.
HSL color Cylindrical-coordinate representation of color #B2275B: hue angle of 337.55º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2275B is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 91 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.30 |
| HSL | 337.55º | 0.64% | 0.43% | - |
| HSV(B) | 337.55º | 0.78% | 0.7% | - |
| XYZ | 20.97 | 11.67 | 11.04 | - |
| YUV | 86.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 91 | 0 | 0.78 | 0.49 | 0.30 | 337.55 | 0.64 | 0.43 |
| Hex | B2 | 27 | 5B | 0 | 4E | 31 | 1E | 152 | 40 | 2B |
| Octal | 262 | 47 | 133 | 0 | 116 | 61 | 36 | 522 | 100 | 53 |
| Binary | 10110010 | 100111 | 1011011 | 0 | 1001110 | 110001 | 11110 | 101010010 | 1000000 | 101011 |
Color Harmonies of #B2275B
Complementary color
Monochromatic Colors of #B2275B
Black with #B2275B
Text Example
Text Example
White with #B2275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2275B; }
p { color: rgb(178,39,91); }
H1.HeaderClassName
{
color: #B2275B;
}
.AnyTagClassName
{
color: #B2275B;
}
</style>
background-color css
<style>
a { background-color: #B2275B; }
a { background-color: rgb(178,39,91); }
div.DivClassName
{
background-color: #B2275B;
}
.BgClassName
{
background-color: #B2275B;
}
</style>
border-color css
<style>
span { border-color: #B2275B; }
span { border-color: rgb(178,39,91); }
td.TdClassName
{
border-color: #B2275B;
}
.TagClassName
{
border-color: #B2275B;
}
</style>