Shades of Old Rose #B33458
Tints of Old Rose #B33458
RGB
CMYK
RGB Variations
Color information
#B33458 (or 0xB33458) is known color: Old Rose. HEX triplet: B3, 34 and 58. RGB value is (179,52,88). Sum of RGB (Red+Green+Blue) = 179+52+88=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B33458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33458 is #4CCBA7. Grayscale: #5E5E5E. Windows color (decimal): -5032872 or 5780659. OLE color: 5780659.
HSL color Cylindrical-coordinate representation of color #B33458: hue angle of 342.99º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33458 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 88 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.30 |
| HSL | 342.99º | 0.55% | 0.45% | - |
| HSV(B) | 342.99º | 0.71% | 0.7% | - |
| XYZ | 21.58 | 12.74 | 10.56 | - |
| YUV | 94.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 88 | 0 | 0.71 | 0.51 | 0.30 | 342.99 | 0.55 | 0.45 |
| Hex | B3 | 34 | 58 | 0 | 47 | 33 | 1E | 157 | 37 | 2D |
| Octal | 263 | 64 | 130 | 0 | 107 | 63 | 36 | 527 | 67 | 55 |
| Binary | 10110011 | 110100 | 1011000 | 0 | 1000111 | 110011 | 11110 | 101010111 | 110111 | 101101 |
Color Harmonies of #B33458
Complementary color
Monochromatic Colors of #B33458
Black with #B33458
Text Example
Text Example
White with #B33458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33458; }
p { color: rgb(179,52,88); }
H1.HeaderClassName
{
color: #B33458;
}
.AnyTagClassName
{
color: #B33458;
}
</style>
background-color css
<style>
a { background-color: #B33458; }
a { background-color: rgb(179,52,88); }
div.DivClassName
{
background-color: #B33458;
}
.BgClassName
{
background-color: #B33458;
}
</style>
border-color css
<style>
span { border-color: #B33458; }
span { border-color: rgb(179,52,88); }
td.TdClassName
{
border-color: #B33458;
}
.TagClassName
{
border-color: #B33458;
}
</style>