Shades of Old Rose #B32045
Tints of Old Rose #B32045
RGB
CMYK
RGB Variations
Color information
#B32045 (or 0xB32045) is known color: Old Rose. HEX triplet: B3, 20 and 45. RGB value is (179,32,69). Sum of RGB (Red+Green+Blue) = 179+32+69=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B32045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32045 is #4CDFBA. Grayscale: #505050. Windows color (decimal): -5038011 or 4530355. OLE color: 4530355.
HSL color Cylindrical-coordinate representation of color #B32045: hue angle of 344.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32045 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 69 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.30 |
| HSL | 344.9º | 0.7% | 0.41% | - |
| HSV(B) | 344.9º | 0.82% | 0.7% | - |
| XYZ | 20.18 | 11.05 | 6.7 | - |
| YUV | 80.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 69 | 0 | 0.82 | 0.61 | 0.30 | 344.9 | 0.7 | 0.41 |
| Hex | B3 | 20 | 45 | 0 | 52 | 3D | 1E | 159 | 46 | 29 |
| Octal | 263 | 40 | 105 | 0 | 122 | 75 | 36 | 531 | 106 | 51 |
| Binary | 10110011 | 100000 | 1000101 | 0 | 1010010 | 111101 | 11110 | 101011001 | 1000110 | 101001 |
Color Harmonies of #B32045
Complementary color
Monochromatic Colors of #B32045
Black with #B32045
Text Example
Text Example
White with #B32045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32045; }
p { color: rgb(179,32,69); }
H1.HeaderClassName
{
color: #B32045;
}
.AnyTagClassName
{
color: #B32045;
}
</style>
background-color css
<style>
a { background-color: #B32045; }
a { background-color: rgb(179,32,69); }
div.DivClassName
{
background-color: #B32045;
}
.BgClassName
{
background-color: #B32045;
}
</style>
border-color css
<style>
span { border-color: #B32045; }
span { border-color: rgb(179,32,69); }
td.TdClassName
{
border-color: #B32045;
}
.TagClassName
{
border-color: #B32045;
}
</style>