Shades of Old Rose #B33C45
Tints of Old Rose #B33C45
RGB
CMYK
RGB Variations
Color information
#B33C45 (or 0xB33C45) is known color: Old Rose. HEX triplet: B3, 3C and 45. RGB value is (179,60,69). Sum of RGB (Red+Green+Blue) = 179+60+69=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C45 is #4CC3BA. Grayscale: #606060. Windows color (decimal): -5030843 or 4537523. OLE color: 4537523.
HSL color Cylindrical-coordinate representation of color #B33C45: hue angle of 355.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C45 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 69 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.30 |
| HSL | 355.46º | 0.5% | 0.47% | - |
| HSV(B) | 355.46º | 0.66% | 0.7% | - |
| XYZ | 21.28 | 13.25 | 7.07 | - |
| YUV | 96.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 69 | 0 | 0.66 | 0.61 | 0.30 | 355.46 | 0.5 | 0.47 |
| Hex | B3 | 3C | 45 | 0 | 42 | 3D | 1E | 163 | 32 | 2F |
| Octal | 263 | 74 | 105 | 0 | 102 | 75 | 36 | 543 | 62 | 57 |
| Binary | 10110011 | 111100 | 1000101 | 0 | 1000010 | 111101 | 11110 | 101100011 | 110010 | 101111 |
Color Harmonies of #B33C45
Complementary color
Monochromatic Colors of #B33C45
Black with #B33C45
Text Example
Text Example
White with #B33C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C45; }
p { color: rgb(179,60,69); }
H1.HeaderClassName
{
color: #B33C45;
}
.AnyTagClassName
{
color: #B33C45;
}
</style>
background-color css
<style>
a { background-color: #B33C45; }
a { background-color: rgb(179,60,69); }
div.DivClassName
{
background-color: #B33C45;
}
.BgClassName
{
background-color: #B33C45;
}
</style>
border-color css
<style>
span { border-color: #B33C45; }
span { border-color: rgb(179,60,69); }
td.TdClassName
{
border-color: #B33C45;
}
.TagClassName
{
border-color: #B33C45;
}
</style>