Shades of Rust #B64205
Tints of Rust #B64205
RGB
CMYK
RGB Variations
Color information
#B64205 (or 0xB64205) is known color: Rust. HEX triplet: B6, 42 and 05. RGB value is (182,66,5). Sum of RGB (Red+Green+Blue) = 182+66+5=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B64205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64205 is #49BDFA. Grayscale: #5E5E5E. Windows color (decimal): -4832763 or 344758. OLE color: 344758.
HSL color Cylindrical-coordinate representation of color #B64205: hue angle of 20.68º degrees, saturation: 0.95, 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 #B64205 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.29 |
| HSL | 20.68º | 0.95% | 0.37% | - |
| HSV(B) | 20.68º | 0.97% | 0.71% | - |
| XYZ | 21.27 | 13.85 | 1.7 | - |
| YUV | 93.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 5 | 0 | 0.64 | 0.97 | 0.29 | 20.68 | 0.95 | 0.37 |
| Hex | B6 | 42 | 5 | 0 | 40 | 61 | 1D | 15 | 5F | 25 |
| Octal | 266 | 102 | 5 | 0 | 100 | 141 | 35 | 25 | 137 | 45 |
| Binary | 10110110 | 1000010 | 101 | 0 | 1000000 | 1100001 | 11101 | 10101 | 1011111 | 100101 |
Color Harmonies of #B64205
Complementary color
Monochromatic Colors of #B64205
Black with #B64205
Text Example
Text Example
White with #B64205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64205; }
p { color: rgb(182,66,5); }
H1.HeaderClassName
{
color: #B64205;
}
.AnyTagClassName
{
color: #B64205;
}
</style>
background-color css
<style>
a { background-color: #B64205; }
a { background-color: rgb(182,66,5); }
div.DivClassName
{
background-color: #B64205;
}
.BgClassName
{
background-color: #B64205;
}
</style>
border-color css
<style>
span { border-color: #B64205; }
span { border-color: rgb(182,66,5); }
td.TdClassName
{
border-color: #B64205;
}
.TagClassName
{
border-color: #B64205;
}
</style>