Shades of Old Rose #B3255C
Tints of Old Rose #B3255C
RGB
CMYK
RGB Variations
Color information
#B3255C (or 0xB3255C) is known color: Old Rose. HEX triplet: B3, 25 and 5C. RGB value is (179,37,92). Sum of RGB (Red+Green+Blue) = 179+37+92=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3255C is #4CDAA3. Grayscale: #555555. Windows color (decimal): -5036708 or 6038963. OLE color: 6038963.
HSL color Cylindrical-coordinate representation of color #B3255C: hue angle of 336.76º 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 #B3255C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 92 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.30 |
| HSL | 336.76º | 0.66% | 0.42% | - |
| HSV(B) | 336.76º | 0.79% | 0.7% | - |
| XYZ | 21.18 | 11.68 | 11.26 | - |
| YUV | 85.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 92 | 0 | 0.79 | 0.49 | 0.30 | 336.76 | 0.66 | 0.42 |
| Hex | B3 | 25 | 5C | 0 | 4F | 31 | 1E | 151 | 42 | 2A |
| Octal | 263 | 45 | 134 | 0 | 117 | 61 | 36 | 521 | 102 | 52 |
| Binary | 10110011 | 100101 | 1011100 | 0 | 1001111 | 110001 | 11110 | 101010001 | 1000010 | 101010 |
Color Harmonies of #B3255C
Complementary color
Monochromatic Colors of #B3255C
Black with #B3255C
Text Example
Text Example
White with #B3255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3255C; }
p { color: rgb(179,37,92); }
H1.HeaderClassName
{
color: #B3255C;
}
.AnyTagClassName
{
color: #B3255C;
}
</style>
background-color css
<style>
a { background-color: #B3255C; }
a { background-color: rgb(179,37,92); }
div.DivClassName
{
background-color: #B3255C;
}
.BgClassName
{
background-color: #B3255C;
}
</style>
border-color css
<style>
span { border-color: #B3255C; }
span { border-color: rgb(179,37,92); }
td.TdClassName
{
border-color: #B3255C;
}
.TagClassName
{
border-color: #B3255C;
}
</style>