Shades of Old Rose #B33245
Tints of Old Rose #B33245
RGB
CMYK
RGB Variations
Color information
#B33245 (or 0xB33245) is known color: Old Rose. HEX triplet: B3, 32 and 45. RGB value is (179,50,69). Sum of RGB (Red+Green+Blue) = 179+50+69=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33245 is #4CCDBA. Grayscale: #5A5A5A. Windows color (decimal): -5033403 or 4534963. OLE color: 4534963.
HSL color Cylindrical-coordinate representation of color #B33245: hue angle of 351.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33245 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 69 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.30 |
| HSL | 351.16º | 0.56% | 0.45% | - |
| HSV(B) | 351.16º | 0.72% | 0.7% | - |
| XYZ | 20.81 | 12.29 | 6.91 | - |
| YUV | 90.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 69 | 0 | 0.72 | 0.61 | 0.30 | 351.16 | 0.56 | 0.45 |
| Hex | B3 | 32 | 45 | 0 | 48 | 3D | 1E | 15F | 38 | 2D |
| Octal | 263 | 62 | 105 | 0 | 110 | 75 | 36 | 537 | 70 | 55 |
| Binary | 10110011 | 110010 | 1000101 | 0 | 1001000 | 111101 | 11110 | 101011111 | 111000 | 101101 |
Color Harmonies of #B33245
Complementary color
Monochromatic Colors of #B33245
Black with #B33245
Text Example
Text Example
White with #B33245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33245; }
p { color: rgb(179,50,69); }
H1.HeaderClassName
{
color: #B33245;
}
.AnyTagClassName
{
color: #B33245;
}
</style>
background-color css
<style>
a { background-color: #B33245; }
a { background-color: rgb(179,50,69); }
div.DivClassName
{
background-color: #B33245;
}
.BgClassName
{
background-color: #B33245;
}
</style>
border-color css
<style>
span { border-color: #B33245; }
span { border-color: rgb(179,50,69); }
td.TdClassName
{
border-color: #B33245;
}
.TagClassName
{
border-color: #B33245;
}
</style>