Shades of Rust #B64F06
Tints of Rust #B64F06
RGB
CMYK
RGB Variations
Color information
#B64F06 (or 0xB64F06) is known color: Rust. HEX triplet: B6, 4F and 06. RGB value is (182,79,6). Sum of RGB (Red+Green+Blue) = 182+79+6=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F06 is #49B0F9. Grayscale: #656565. Windows color (decimal): -4829434 or 413622. OLE color: 413622.
HSL color Cylindrical-coordinate representation of color #B64F06: hue angle of 24.89º 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 #B64F06 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.29 |
| HSL | 24.89º | 0.94% | 0.37% | - |
| HSV(B) | 24.89º | 0.97% | 0.71% | - |
| XYZ | 22.12 | 15.55 | 2.01 | - |
| YUV | 101.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 6 | 0 | 0.57 | 0.97 | 0.29 | 24.89 | 0.94 | 0.37 |
| Hex | B6 | 4F | 6 | 0 | 39 | 61 | 1D | 19 | 5E | 25 |
| Octal | 266 | 117 | 6 | 0 | 71 | 141 | 35 | 31 | 136 | 45 |
| Binary | 10110110 | 1001111 | 110 | 0 | 111001 | 1100001 | 11101 | 11001 | 1011110 | 100101 |
Color Harmonies of #B64F06
Complementary color
Monochromatic Colors of #B64F06
Black with #B64F06
Text Example
Text Example
White with #B64F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F06; }
p { color: rgb(182,79,6); }
H1.HeaderClassName
{
color: #B64F06;
}
.AnyTagClassName
{
color: #B64F06;
}
</style>
background-color css
<style>
a { background-color: #B64F06; }
a { background-color: rgb(182,79,6); }
div.DivClassName
{
background-color: #B64F06;
}
.BgClassName
{
background-color: #B64F06;
}
</style>
border-color css
<style>
span { border-color: #B64F06; }
span { border-color: rgb(182,79,6); }
td.TdClassName
{
border-color: #B64F06;
}
.TagClassName
{
border-color: #B64F06;
}
</style>