Shades of Old Rose #B32653
Tints of Old Rose #B32653
RGB
CMYK
RGB Variations
Color information
#B32653 (or 0xB32653) is known color: Old Rose. HEX triplet: B3, 26 and 53. RGB value is (179,38,83). Sum of RGB (Red+Green+Blue) = 179+38+83=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B32653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32653 is #4CD9AC. Grayscale: #555555. Windows color (decimal): -5036461 or 5449395. OLE color: 5449395.
HSL color Cylindrical-coordinate representation of color #B32653: hue angle of 340.85º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32653 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 83 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.30 |
| HSL | 340.85º | 0.65% | 0.43% | - |
| HSV(B) | 340.85º | 0.79% | 0.7% | - |
| XYZ | 20.84 | 11.59 | 9.32 | - |
| YUV | 85.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 83 | 0 | 0.79 | 0.54 | 0.30 | 340.85 | 0.65 | 0.43 |
| Hex | B3 | 26 | 53 | 0 | 4F | 36 | 1E | 155 | 41 | 2B |
| Octal | 263 | 46 | 123 | 0 | 117 | 66 | 36 | 525 | 101 | 53 |
| Binary | 10110011 | 100110 | 1010011 | 0 | 1001111 | 110110 | 11110 | 101010101 | 1000001 | 101011 |
Color Harmonies of #B32653
Complementary color
Monochromatic Colors of #B32653
Black with #B32653
Text Example
Text Example
White with #B32653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32653; }
p { color: rgb(179,38,83); }
H1.HeaderClassName
{
color: #B32653;
}
.AnyTagClassName
{
color: #B32653;
}
</style>
background-color css
<style>
a { background-color: #B32653; }
a { background-color: rgb(179,38,83); }
div.DivClassName
{
background-color: #B32653;
}
.BgClassName
{
background-color: #B32653;
}
</style>
border-color css
<style>
span { border-color: #B32653; }
span { border-color: rgb(179,38,83); }
td.TdClassName
{
border-color: #B32653;
}
.TagClassName
{
border-color: #B32653;
}
</style>