Shades of Old Rose #B32845
Tints of Old Rose #B32845
RGB
CMYK
RGB Variations
Color information
#B32845 (or 0xB32845) is known color: Old Rose. HEX triplet: B3, 28 and 45. RGB value is (179,40,69). Sum of RGB (Red+Green+Blue) = 179+40+69=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B32845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32845 is #4CD7BA. Grayscale: #545454. Windows color (decimal): -5035963 or 4532403. OLE color: 4532403.
HSL color Cylindrical-coordinate representation of color #B32845: hue angle of 347.48º 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 #B32845 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 69 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.30 |
| HSL | 347.48º | 0.63% | 0.43% | - |
| HSV(B) | 347.48º | 0.78% | 0.7% | - |
| XYZ | 20.42 | 11.53 | 6.78 | - |
| YUV | 84.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 69 | 0 | 0.78 | 0.61 | 0.30 | 347.48 | 0.63 | 0.43 |
| Hex | B3 | 28 | 45 | 0 | 4E | 3D | 1E | 15B | 3F | 2B |
| Octal | 263 | 50 | 105 | 0 | 116 | 75 | 36 | 533 | 77 | 53 |
| Binary | 10110011 | 101000 | 1000101 | 0 | 1001110 | 111101 | 11110 | 101011011 | 111111 | 101011 |
Color Harmonies of #B32845
Complementary color
Monochromatic Colors of #B32845
Black with #B32845
Text Example
Text Example
White with #B32845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32845; }
p { color: rgb(179,40,69); }
H1.HeaderClassName
{
color: #B32845;
}
.AnyTagClassName
{
color: #B32845;
}
</style>
background-color css
<style>
a { background-color: #B32845; }
a { background-color: rgb(179,40,69); }
div.DivClassName
{
background-color: #B32845;
}
.BgClassName
{
background-color: #B32845;
}
</style>
border-color css
<style>
span { border-color: #B32845; }
span { border-color: rgb(179,40,69); }
td.TdClassName
{
border-color: #B32845;
}
.TagClassName
{
border-color: #B32845;
}
</style>