Shades of Rust #B64C06
Tints of Rust #B64C06
RGB
CMYK
RGB Variations
Color information
#B64C06 (or 0xB64C06) is known color: Rust. HEX triplet: B6, 4C and 06. RGB value is (182,76,6). Sum of RGB (Red+Green+Blue) = 182+76+6=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C06 is #49B3F9. Grayscale: #646464. Windows color (decimal): -4830202 or 412854. OLE color: 412854.
HSL color Cylindrical-coordinate representation of color #B64C06: hue angle of 23.86º 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 #B64C06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.29 |
| HSL | 23.86º | 0.94% | 0.37% | - |
| HSV(B) | 23.86º | 0.97% | 0.71% | - |
| XYZ | 21.91 | 15.13 | 1.94 | - |
| YUV | 99.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 6 | 0 | 0.58 | 0.97 | 0.29 | 23.86 | 0.94 | 0.37 |
| Hex | B6 | 4C | 6 | 0 | 3A | 61 | 1D | 18 | 5E | 25 |
| Octal | 266 | 114 | 6 | 0 | 72 | 141 | 35 | 30 | 136 | 45 |
| Binary | 10110110 | 1001100 | 110 | 0 | 111010 | 1100001 | 11101 | 11000 | 1011110 | 100101 |
Color Harmonies of #B64C06
Complementary color
Monochromatic Colors of #B64C06
Black with #B64C06
Text Example
Text Example
White with #B64C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C06; }
p { color: rgb(182,76,6); }
H1.HeaderClassName
{
color: #B64C06;
}
.AnyTagClassName
{
color: #B64C06;
}
</style>
background-color css
<style>
a { background-color: #B64C06; }
a { background-color: rgb(182,76,6); }
div.DivClassName
{
background-color: #B64C06;
}
.BgClassName
{
background-color: #B64C06;
}
</style>
border-color css
<style>
span { border-color: #B64C06; }
span { border-color: rgb(182,76,6); }
td.TdClassName
{
border-color: #B64C06;
}
.TagClassName
{
border-color: #B64C06;
}
</style>