Shades of Old Rose #B3254D
Tints of Old Rose #B3254D
RGB
CMYK
RGB Variations
Color information
#B3254D (or 0xB3254D) is known color: Old Rose. HEX triplet: B3, 25 and 4D. RGB value is (179,37,77). Sum of RGB (Red+Green+Blue) = 179+37+77=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3254D is #4CDAB2. Grayscale: #545454. Windows color (decimal): -5036723 or 5055923. OLE color: 5055923.
HSL color Cylindrical-coordinate representation of color #B3254D: hue angle of 343.1º 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 #B3254D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 77 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.30 |
| HSL | 343.1º | 0.66% | 0.42% | - |
| HSV(B) | 343.1º | 0.79% | 0.7% | - |
| XYZ | 20.59 | 11.44 | 8.14 | - |
| YUV | 84.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 77 | 0 | 0.79 | 0.57 | 0.30 | 343.1 | 0.66 | 0.42 |
| Hex | B3 | 25 | 4D | 0 | 4F | 39 | 1E | 157 | 42 | 2A |
| Octal | 263 | 45 | 115 | 0 | 117 | 71 | 36 | 527 | 102 | 52 |
| Binary | 10110011 | 100101 | 1001101 | 0 | 1001111 | 111001 | 11110 | 101010111 | 1000010 | 101010 |
Color Harmonies of #B3254D
Complementary color
Monochromatic Colors of #B3254D
Black with #B3254D
Text Example
Text Example
White with #B3254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3254D; }
p { color: rgb(179,37,77); }
H1.HeaderClassName
{
color: #B3254D;
}
.AnyTagClassName
{
color: #B3254D;
}
</style>
background-color css
<style>
a { background-color: #B3254D; }
a { background-color: rgb(179,37,77); }
div.DivClassName
{
background-color: #B3254D;
}
.BgClassName
{
background-color: #B3254D;
}
</style>
border-color css
<style>
span { border-color: #B3254D; }
span { border-color: rgb(179,37,77); }
td.TdClassName
{
border-color: #B3254D;
}
.TagClassName
{
border-color: #B3254D;
}
</style>