Shades of Old Rose #B63643
Tints of Old Rose #B63643
RGB
CMYK
RGB Variations
Color information
#B63643 (or 0xB63643) is known color: Old Rose. HEX triplet: B6, 36 and 43. RGB value is (182,54,67). Sum of RGB (Red+Green+Blue) = 182+54+67=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B63643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63643 is #49C9BC. Grayscale: #5D5D5D. Windows color (decimal): -4835773 or 4404918. OLE color: 4404918.
HSL color Cylindrical-coordinate representation of color #B63643: hue angle of 353.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63643 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 67 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.29 |
| HSL | 353.91º | 0.54% | 0.46% | - |
| HSV(B) | 353.91º | 0.7% | 0.71% | - |
| XYZ | 21.62 | 12.99 | 6.68 | - |
| YUV | 93.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 67 | 0 | 0.70 | 0.63 | 0.29 | 353.91 | 0.54 | 0.46 |
| Hex | B6 | 36 | 43 | 0 | 46 | 3F | 1D | 162 | 36 | 2E |
| Octal | 266 | 66 | 103 | 0 | 106 | 77 | 35 | 542 | 66 | 56 |
| Binary | 10110110 | 110110 | 1000011 | 0 | 1000110 | 111111 | 11101 | 101100010 | 110110 | 101110 |
Color Harmonies of #B63643
Complementary color
Monochromatic Colors of #B63643
Black with #B63643
Text Example
Text Example
White with #B63643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63643; }
p { color: rgb(182,54,67); }
H1.HeaderClassName
{
color: #B63643;
}
.AnyTagClassName
{
color: #B63643;
}
</style>
background-color css
<style>
a { background-color: #B63643; }
a { background-color: rgb(182,54,67); }
div.DivClassName
{
background-color: #B63643;
}
.BgClassName
{
background-color: #B63643;
}
</style>
border-color css
<style>
span { border-color: #B63643; }
span { border-color: rgb(182,54,67); }
td.TdClassName
{
border-color: #B63643;
}
.TagClassName
{
border-color: #B63643;
}
</style>