Shades of Rust #B64206
Tints of Rust #B64206
RGB
CMYK
RGB Variations
Color information
#B64206 (or 0xB64206) is known color: Rust. HEX triplet: B6, 42 and 06. RGB value is (182,66,6). Sum of RGB (Red+Green+Blue) = 182+66+6=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B64206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64206 is #49BDF9. Grayscale: #5E5E5E. Windows color (decimal): -4832762 or 410294. OLE color: 410294.
HSL color Cylindrical-coordinate representation of color #B64206: hue angle of 20.45º 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 #B64206 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.29 |
| HSL | 20.45º | 0.94% | 0.37% | - |
| HSV(B) | 20.45º | 0.97% | 0.71% | - |
| XYZ | 21.27 | 13.85 | 1.73 | - |
| YUV | 93.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 6 | 0 | 0.64 | 0.97 | 0.29 | 20.45 | 0.94 | 0.37 |
| Hex | B6 | 42 | 6 | 0 | 40 | 61 | 1D | 14 | 5E | 25 |
| Octal | 266 | 102 | 6 | 0 | 100 | 141 | 35 | 24 | 136 | 45 |
| Binary | 10110110 | 1000010 | 110 | 0 | 1000000 | 1100001 | 11101 | 10100 | 1011110 | 100101 |
Color Harmonies of #B64206
Complementary color
Monochromatic Colors of #B64206
Black with #B64206
Text Example
Text Example
White with #B64206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64206; }
p { color: rgb(182,66,6); }
H1.HeaderClassName
{
color: #B64206;
}
.AnyTagClassName
{
color: #B64206;
}
</style>
background-color css
<style>
a { background-color: #B64206; }
a { background-color: rgb(182,66,6); }
div.DivClassName
{
background-color: #B64206;
}
.BgClassName
{
background-color: #B64206;
}
</style>
border-color css
<style>
span { border-color: #B64206; }
span { border-color: rgb(182,66,6); }
td.TdClassName
{
border-color: #B64206;
}
.TagClassName
{
border-color: #B64206;
}
</style>