Shades of Old Rose #B32453
Tints of Old Rose #B32453
RGB
CMYK
RGB Variations
Color information
#B32453 (or 0xB32453) is known color: Old Rose. HEX triplet: B3, 24 and 53. RGB value is (179,36,83). Sum of RGB (Red+Green+Blue) = 179+36+83=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B32453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32453 is #4CDBAC. Grayscale: #545454. Windows color (decimal): -5036973 or 5448883. OLE color: 5448883.
HSL color Cylindrical-coordinate representation of color #B32453: hue angle of 340.28º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32453 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 83 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.30 |
| HSL | 340.28º | 0.67% | 0.42% | - |
| HSV(B) | 340.28º | 0.8% | 0.7% | - |
| XYZ | 20.78 | 11.47 | 9.3 | - |
| YUV | 84.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 83 | 0 | 0.80 | 0.54 | 0.30 | 340.28 | 0.67 | 0.42 |
| Hex | B3 | 24 | 53 | 0 | 50 | 36 | 1E | 154 | 43 | 2A |
| Octal | 263 | 44 | 123 | 0 | 120 | 66 | 36 | 524 | 103 | 52 |
| Binary | 10110011 | 100100 | 1010011 | 0 | 1010000 | 110110 | 11110 | 101010100 | 1000011 | 101010 |
Color Harmonies of #B32453
Complementary color
Monochromatic Colors of #B32453
Black with #B32453
Text Example
Text Example
White with #B32453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32453; }
p { color: rgb(179,36,83); }
H1.HeaderClassName
{
color: #B32453;
}
.AnyTagClassName
{
color: #B32453;
}
</style>
background-color css
<style>
a { background-color: #B32453; }
a { background-color: rgb(179,36,83); }
div.DivClassName
{
background-color: #B32453;
}
.BgClassName
{
background-color: #B32453;
}
</style>
border-color css
<style>
span { border-color: #B32453; }
span { border-color: rgb(179,36,83); }
td.TdClassName
{
border-color: #B32453;
}
.TagClassName
{
border-color: #B32453;
}
</style>