Shades of Rust #B64606
Tints of Rust #B64606
RGB
CMYK
RGB Variations
Color information
#B64606 (or 0xB64606) is known color: Rust. HEX triplet: B6, 46 and 06. RGB value is (182,70,6). Sum of RGB (Red+Green+Blue) = 182+70+6=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B64606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64606 is #49B9F9. Grayscale: #606060. Windows color (decimal): -4831738 or 411318. OLE color: 411318.
HSL color Cylindrical-coordinate representation of color #B64606: hue angle of 21.82º 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 #B64606 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.29 |
| HSL | 21.82º | 0.94% | 0.37% | - |
| HSV(B) | 21.82º | 0.97% | 0.71% | - |
| XYZ | 21.51 | 14.34 | 1.81 | - |
| YUV | 96.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 6 | 0 | 0.62 | 0.97 | 0.29 | 21.82 | 0.94 | 0.37 |
| Hex | B6 | 46 | 6 | 0 | 3E | 61 | 1D | 16 | 5E | 25 |
| Octal | 266 | 106 | 6 | 0 | 76 | 141 | 35 | 26 | 136 | 45 |
| Binary | 10110110 | 1000110 | 110 | 0 | 111110 | 1100001 | 11101 | 10110 | 1011110 | 100101 |
Color Harmonies of #B64606
Complementary color
Monochromatic Colors of #B64606
Black with #B64606
Text Example
Text Example
White with #B64606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64606; }
p { color: rgb(182,70,6); }
H1.HeaderClassName
{
color: #B64606;
}
.AnyTagClassName
{
color: #B64606;
}
</style>
background-color css
<style>
a { background-color: #B64606; }
a { background-color: rgb(182,70,6); }
div.DivClassName
{
background-color: #B64606;
}
.BgClassName
{
background-color: #B64606;
}
</style>
border-color css
<style>
span { border-color: #B64606; }
span { border-color: rgb(182,70,6); }
td.TdClassName
{
border-color: #B64606;
}
.TagClassName
{
border-color: #B64606;
}
</style>