Shades of Old Rose #B3255D
Tints of Old Rose #B3255D
RGB
CMYK
RGB Variations
Color information
#B3255D (or 0xB3255D) is known color: Old Rose. HEX triplet: B3, 25 and 5D. RGB value is (179,37,93). Sum of RGB (Red+Green+Blue) = 179+37+93=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3255D is #4CDAA2. Grayscale: #555555. Windows color (decimal): -5036707 or 6104499. OLE color: 6104499.
HSL color Cylindrical-coordinate representation of color #B3255D: hue angle of 336.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3255D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 93 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.30 |
| HSL | 336.34º | 0.66% | 0.42% | - |
| HSV(B) | 336.34º | 0.79% | 0.7% | - |
| XYZ | 21.23 | 11.7 | 11.49 | - |
| YUV | 85.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 93 | 0 | 0.79 | 0.48 | 0.30 | 336.34 | 0.66 | 0.42 |
| Hex | B3 | 25 | 5D | 0 | 4F | 30 | 1E | 150 | 42 | 2A |
| Octal | 263 | 45 | 135 | 0 | 117 | 60 | 36 | 520 | 102 | 52 |
| Binary | 10110011 | 100101 | 1011101 | 0 | 1001111 | 110000 | 11110 | 101010000 | 1000010 | 101010 |
Color Harmonies of #B3255D
Complementary color
Monochromatic Colors of #B3255D
Black with #B3255D
Text Example
Text Example
White with #B3255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3255D; }
p { color: rgb(179,37,93); }
H1.HeaderClassName
{
color: #B3255D;
}
.AnyTagClassName
{
color: #B3255D;
}
</style>
background-color css
<style>
a { background-color: #B3255D; }
a { background-color: rgb(179,37,93); }
div.DivClassName
{
background-color: #B3255D;
}
.BgClassName
{
background-color: #B3255D;
}
</style>
border-color css
<style>
span { border-color: #B3255D; }
span { border-color: rgb(179,37,93); }
td.TdClassName
{
border-color: #B3255D;
}
.TagClassName
{
border-color: #B3255D;
}
</style>