Shades of Old Rose #B33643
Tints of Old Rose #B33643
RGB
CMYK
RGB Variations
Color information
#B33643 (or 0xB33643) is known color: Old Rose. HEX triplet: B3, 36 and 43. RGB value is (179,54,67). Sum of RGB (Red+Green+Blue) = 179+54+67=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33643 is #4CC9BC. Grayscale: #5C5C5C. Windows color (decimal): -5032381 or 4404915. OLE color: 4404915.
HSL color Cylindrical-coordinate representation of color #B33643: hue angle of 353.76º 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 #B33643 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 67 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.30 |
| HSL | 353.76º | 0.54% | 0.46% | - |
| HSV(B) | 353.76º | 0.7% | 0.7% | - |
| XYZ | 20.92 | 12.63 | 6.64 | - |
| YUV | 92.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 67 | 0 | 0.70 | 0.63 | 0.30 | 353.76 | 0.54 | 0.46 |
| Hex | B3 | 36 | 43 | 0 | 46 | 3F | 1E | 162 | 36 | 2E |
| Octal | 263 | 66 | 103 | 0 | 106 | 77 | 36 | 542 | 66 | 56 |
| Binary | 10110011 | 110110 | 1000011 | 0 | 1000110 | 111111 | 11110 | 101100010 | 110110 | 101110 |
Color Harmonies of #B33643
Complementary color
Monochromatic Colors of #B33643
Black with #B33643
Text Example
Text Example
White with #B33643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33643; }
p { color: rgb(179,54,67); }
H1.HeaderClassName
{
color: #B33643;
}
.AnyTagClassName
{
color: #B33643;
}
</style>
background-color css
<style>
a { background-color: #B33643; }
a { background-color: rgb(179,54,67); }
div.DivClassName
{
background-color: #B33643;
}
.BgClassName
{
background-color: #B33643;
}
</style>
border-color css
<style>
span { border-color: #B33643; }
span { border-color: rgb(179,54,67); }
td.TdClassName
{
border-color: #B33643;
}
.TagClassName
{
border-color: #B33643;
}
</style>