Shades of Rust #B63706
Tints of Rust #B63706
RGB
CMYK
RGB Variations
Color information
#B63706 (or 0xB63706) is known color: Rust. HEX triplet: B6, 37 and 06. RGB value is (182,55,6). Sum of RGB (Red+Green+Blue) = 182+55+6=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63706 is #49C8F9. Grayscale: #575757. Windows color (decimal): -4835578 or 407478. OLE color: 407478.
HSL color Cylindrical-coordinate representation of color #B63706: hue angle of 16.7º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B63706 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.29 |
| HSL | 16.7º | 0.94% | 0.37% | - |
| HSV(B) | 16.7º | 0.97% | 0.71% | - |
| XYZ | 20.69 | 12.69 | 1.53 | - |
| YUV | 87.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 6 | 0 | 0.70 | 0.97 | 0.29 | 16.7 | 0.94 | 0.37 |
| Hex | B6 | 37 | 6 | 0 | 46 | 61 | 1D | 11 | 5E | 25 |
| Octal | 266 | 67 | 6 | 0 | 106 | 141 | 35 | 21 | 136 | 45 |
| Binary | 10110110 | 110111 | 110 | 0 | 1000110 | 1100001 | 11101 | 10001 | 1011110 | 100101 |
Color Harmonies of #B63706
Complementary color
Monochromatic Colors of #B63706
Black with #B63706
Text Example
Text Example
White with #B63706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63706; }
p { color: rgb(182,55,6); }
H1.HeaderClassName
{
color: #B63706;
}
.AnyTagClassName
{
color: #B63706;
}
</style>
background-color css
<style>
a { background-color: #B63706; }
a { background-color: rgb(182,55,6); }
div.DivClassName
{
background-color: #B63706;
}
.BgClassName
{
background-color: #B63706;
}
</style>
border-color css
<style>
span { border-color: #B63706; }
span { border-color: rgb(182,55,6); }
td.TdClassName
{
border-color: #B63706;
}
.TagClassName
{
border-color: #B63706;
}
</style>