Shades of Old Rose #B32D45
Tints of Old Rose #B32D45
RGB
CMYK
RGB Variations
Color information
#B32D45 (or 0xB32D45) is known color: Old Rose. HEX triplet: B3, 2D and 45. RGB value is (179,45,69). Sum of RGB (Red+Green+Blue) = 179+45+69=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D45 is #4CD2BA. Grayscale: #575757. Windows color (decimal): -5034683 or 4533683. OLE color: 4533683.
HSL color Cylindrical-coordinate representation of color #B32D45: hue angle of 349.25º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D45 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 69 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.30 |
| HSL | 349.25º | 0.6% | 0.44% | - |
| HSV(B) | 349.25º | 0.75% | 0.7% | - |
| XYZ | 20.6 | 11.89 | 6.84 | - |
| YUV | 87.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 69 | 0 | 0.75 | 0.61 | 0.30 | 349.25 | 0.6 | 0.44 |
| Hex | B3 | 2D | 45 | 0 | 4B | 3D | 1E | 15D | 3C | 2C |
| Octal | 263 | 55 | 105 | 0 | 113 | 75 | 36 | 535 | 74 | 54 |
| Binary | 10110011 | 101101 | 1000101 | 0 | 1001011 | 111101 | 11110 | 101011101 | 111100 | 101100 |
Color Harmonies of #B32D45
Complementary color
Monochromatic Colors of #B32D45
Black with #B32D45
Text Example
Text Example
White with #B32D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D45; }
p { color: rgb(179,45,69); }
H1.HeaderClassName
{
color: #B32D45;
}
.AnyTagClassName
{
color: #B32D45;
}
</style>
background-color css
<style>
a { background-color: #B32D45; }
a { background-color: rgb(179,45,69); }
div.DivClassName
{
background-color: #B32D45;
}
.BgClassName
{
background-color: #B32D45;
}
</style>
border-color css
<style>
span { border-color: #B32D45; }
span { border-color: rgb(179,45,69); }
td.TdClassName
{
border-color: #B32D45;
}
.TagClassName
{
border-color: #B32D45;
}
</style>