Shades of Rust #B64905
Tints of Rust #B64905
RGB
CMYK
RGB Variations
Color information
#B64905 (or 0xB64905) is known color: Rust. HEX triplet: B6, 49 and 05. RGB value is (182,73,5). Sum of RGB (Red+Green+Blue) = 182+73+5=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B64905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64905 is #49B6FA. Grayscale: #626262. Windows color (decimal): -4830971 or 346550. OLE color: 346550.
HSL color Cylindrical-coordinate representation of color #B64905: hue angle of 23.05º 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 #B64905 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.29 |
| HSL | 23.05º | 0.95% | 0.37% | - |
| HSV(B) | 23.05º | 0.97% | 0.71% | - |
| XYZ | 21.7 | 14.72 | 1.84 | - |
| YUV | 97.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 5 | 0 | 0.60 | 0.97 | 0.29 | 23.05 | 0.95 | 0.37 |
| Hex | B6 | 49 | 5 | 0 | 3C | 61 | 1D | 17 | 5F | 25 |
| Octal | 266 | 111 | 5 | 0 | 74 | 141 | 35 | 27 | 137 | 45 |
| Binary | 10110110 | 1001001 | 101 | 0 | 111100 | 1100001 | 11101 | 10111 | 1011111 | 100101 |
Color Harmonies of #B64905
Complementary color
Monochromatic Colors of #B64905
Black with #B64905
Text Example
Text Example
White with #B64905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64905; }
p { color: rgb(182,73,5); }
H1.HeaderClassName
{
color: #B64905;
}
.AnyTagClassName
{
color: #B64905;
}
</style>
background-color css
<style>
a { background-color: #B64905; }
a { background-color: rgb(182,73,5); }
div.DivClassName
{
background-color: #B64905;
}
.BgClassName
{
background-color: #B64905;
}
</style>
border-color css
<style>
span { border-color: #B64905; }
span { border-color: rgb(182,73,5); }
td.TdClassName
{
border-color: #B64905;
}
.TagClassName
{
border-color: #B64905;
}
</style>