Shades of Old Rose #B33641
Tints of Old Rose #B33641
RGB
CMYK
RGB Variations
Color information
#B33641 (or 0xB33641) is known color: Old Rose. HEX triplet: B3, 36 and 41. RGB value is (179,54,65). Sum of RGB (Red+Green+Blue) = 179+54+65=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33641 is #4CC9BE. Grayscale: #5C5C5C. Windows color (decimal): -5032383 or 4273843. OLE color: 4273843.
HSL color Cylindrical-coordinate representation of color #B33641: hue angle of 354.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33641 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 65 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.30 |
| HSL | 354.72º | 0.54% | 0.46% | - |
| HSV(B) | 354.72º | 0.7% | 0.7% | - |
| XYZ | 20.86 | 12.6 | 6.33 | - |
| YUV | 92.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 65 | 0 | 0.70 | 0.64 | 0.30 | 354.72 | 0.54 | 0.46 |
| Hex | B3 | 36 | 41 | 0 | 46 | 40 | 1E | 163 | 36 | 2E |
| Octal | 263 | 66 | 101 | 0 | 106 | 100 | 36 | 543 | 66 | 56 |
| Binary | 10110011 | 110110 | 1000001 | 0 | 1000110 | 1000000 | 11110 | 101100011 | 110110 | 101110 |
Color Harmonies of #B33641
Complementary color
Monochromatic Colors of #B33641
Black with #B33641
Text Example
Text Example
White with #B33641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33641; }
p { color: rgb(179,54,65); }
H1.HeaderClassName
{
color: #B33641;
}
.AnyTagClassName
{
color: #B33641;
}
</style>
background-color css
<style>
a { background-color: #B33641; }
a { background-color: rgb(179,54,65); }
div.DivClassName
{
background-color: #B33641;
}
.BgClassName
{
background-color: #B33641;
}
</style>
border-color css
<style>
span { border-color: #B33641; }
span { border-color: rgb(179,54,65); }
td.TdClassName
{
border-color: #B33641;
}
.TagClassName
{
border-color: #B33641;
}
</style>