Shades of Old Rose #B2284F
Tints of Old Rose #B2284F
RGB
CMYK
RGB Variations
Color information
#B2284F (or 0xB2284F) is known color: Old Rose. HEX triplet: B2, 28 and 4F. RGB value is (178,40,79). Sum of RGB (Red+Green+Blue) = 178+40+79=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2284F is #4DD7B0. Grayscale: #555555. Windows color (decimal): -5101489 or 5187762. OLE color: 5187762.
HSL color Cylindrical-coordinate representation of color #B2284F: hue angle of 343.04º degrees, saturation: 0.63, 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 #B2284F is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 79 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.30 |
| HSL | 343.04º | 0.63% | 0.43% | - |
| HSV(B) | 343.04º | 0.78% | 0.7% | - |
| XYZ | 20.53 | 11.55 | 8.54 | - |
| YUV | 85.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 79 | 0 | 0.78 | 0.56 | 0.30 | 343.04 | 0.63 | 0.43 |
| Hex | B2 | 28 | 4F | 0 | 4E | 38 | 1E | 157 | 3F | 2B |
| Octal | 262 | 50 | 117 | 0 | 116 | 70 | 36 | 527 | 77 | 53 |
| Binary | 10110010 | 101000 | 1001111 | 0 | 1001110 | 111000 | 11110 | 101010111 | 111111 | 101011 |
Color Harmonies of #B2284F
Complementary color
Monochromatic Colors of #B2284F
Black with #B2284F
Text Example
Text Example
White with #B2284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2284F; }
p { color: rgb(178,40,79); }
H1.HeaderClassName
{
color: #B2284F;
}
.AnyTagClassName
{
color: #B2284F;
}
</style>
background-color css
<style>
a { background-color: #B2284F; }
a { background-color: rgb(178,40,79); }
div.DivClassName
{
background-color: #B2284F;
}
.BgClassName
{
background-color: #B2284F;
}
</style>
border-color css
<style>
span { border-color: #B2284F; }
span { border-color: rgb(178,40,79); }
td.TdClassName
{
border-color: #B2284F;
}
.TagClassName
{
border-color: #B2284F;
}
</style>