Shades of Old Rose #B32348
Tints of Old Rose #B32348
RGB
CMYK
RGB Variations
Color information
#B32348 (or 0xB32348) is known color: Old Rose. HEX triplet: B3, 23 and 48. RGB value is (179,35,72). Sum of RGB (Red+Green+Blue) = 179+35+72=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B32348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32348 is #4CDCB7. Grayscale: #525252. Windows color (decimal): -5037240 or 4727731. OLE color: 4727731.
HSL color Cylindrical-coordinate representation of color #B32348: hue angle of 344.58º 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 #B32348 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 72 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.30 |
| HSL | 344.58º | 0.67% | 0.42% | - |
| HSV(B) | 344.58º | 0.8% | 0.7% | - |
| XYZ | 20.36 | 11.25 | 7.23 | - |
| YUV | 82.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 72 | 0 | 0.80 | 0.60 | 0.30 | 344.58 | 0.67 | 0.42 |
| Hex | B3 | 23 | 48 | 0 | 50 | 3C | 1E | 159 | 43 | 2A |
| Octal | 263 | 43 | 110 | 0 | 120 | 74 | 36 | 531 | 103 | 52 |
| Binary | 10110011 | 100011 | 1001000 | 0 | 1010000 | 111100 | 11110 | 101011001 | 1000011 | 101010 |
Color Harmonies of #B32348
Complementary color
Monochromatic Colors of #B32348
Black with #B32348
Text Example
Text Example
White with #B32348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32348; }
p { color: rgb(179,35,72); }
H1.HeaderClassName
{
color: #B32348;
}
.AnyTagClassName
{
color: #B32348;
}
</style>
background-color css
<style>
a { background-color: #B32348; }
a { background-color: rgb(179,35,72); }
div.DivClassName
{
background-color: #B32348;
}
.BgClassName
{
background-color: #B32348;
}
</style>
border-color css
<style>
span { border-color: #B32348; }
span { border-color: rgb(179,35,72); }
td.TdClassName
{
border-color: #B32348;
}
.TagClassName
{
border-color: #B32348;
}
</style>