Shades of Old Rose #B3294B
Tints of Old Rose #B3294B
RGB
CMYK
RGB Variations
Color information
#B3294B (or 0xB3294B) is known color: Old Rose. HEX triplet: B3, 29 and 4B. RGB value is (179,41,75). Sum of RGB (Red+Green+Blue) = 179+41+75=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3294B is #4CD6B4. Grayscale: #565656. Windows color (decimal): -5035701 or 4925875. OLE color: 4925875.
HSL color Cylindrical-coordinate representation of color #B3294B: hue angle of 345.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3294B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 75 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.30 |
| HSL | 345.22º | 0.63% | 0.43% | - |
| HSV(B) | 345.22º | 0.77% | 0.7% | - |
| XYZ | 20.65 | 11.68 | 7.82 | - |
| YUV | 86.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 75 | 0 | 0.77 | 0.58 | 0.30 | 345.22 | 0.63 | 0.43 |
| Hex | B3 | 29 | 4B | 0 | 4D | 3A | 1E | 159 | 3F | 2B |
| Octal | 263 | 51 | 113 | 0 | 115 | 72 | 36 | 531 | 77 | 53 |
| Binary | 10110011 | 101001 | 1001011 | 0 | 1001101 | 111010 | 11110 | 101011001 | 111111 | 101011 |
Color Harmonies of #B3294B
Complementary color
Monochromatic Colors of #B3294B
Black with #B3294B
Text Example
Text Example
White with #B3294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3294B; }
p { color: rgb(179,41,75); }
H1.HeaderClassName
{
color: #B3294B;
}
.AnyTagClassName
{
color: #B3294B;
}
</style>
background-color css
<style>
a { background-color: #B3294B; }
a { background-color: rgb(179,41,75); }
div.DivClassName
{
background-color: #B3294B;
}
.BgClassName
{
background-color: #B3294B;
}
</style>
border-color css
<style>
span { border-color: #B3294B; }
span { border-color: rgb(179,41,75); }
td.TdClassName
{
border-color: #B3294B;
}
.TagClassName
{
border-color: #B3294B;
}
</style>