Shades of Rust #B64116
Tints of Rust #B64116
RGB
CMYK
RGB Variations
Color information
#B64116 (or 0xB64116) is known color: Rust. HEX triplet: B6, 41 and 16. RGB value is (182,65,22). Sum of RGB (Red+Green+Blue) = 182+65+22=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B64116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64116 is #49BEE9. Grayscale: #5F5F5F. Windows color (decimal): -4833002 or 1458614. OLE color: 1458614.
HSL color Cylindrical-coordinate representation of color #B64116: hue angle of 16.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B64116 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 22 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.29 |
| HSL | 16.13º | 0.78% | 0.4% | - |
| HSV(B) | 16.13º | 0.88% | 0.71% | - |
| XYZ | 21.33 | 13.78 | 2.3 | - |
| YUV | 95.08 | 86.76 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 22 | 0 | 0.64 | 0.88 | 0.29 | 16.13 | 0.78 | 0.4 |
| Hex | B6 | 41 | 16 | 0 | 40 | 58 | 1D | 10 | 4E | 28 |
| Octal | 266 | 101 | 26 | 0 | 100 | 130 | 35 | 20 | 116 | 50 |
| Binary | 10110110 | 1000001 | 10110 | 0 | 1000000 | 1011000 | 11101 | 10000 | 1001110 | 101000 |
Color Harmonies of #B64116
Complementary color
Monochromatic Colors of #B64116
Black with #B64116
Text Example
Text Example
White with #B64116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64116; }
p { color: rgb(182,65,22); }
H1.HeaderClassName
{
color: #B64116;
}
.AnyTagClassName
{
color: #B64116;
}
</style>
background-color css
<style>
a { background-color: #B64116; }
a { background-color: rgb(182,65,22); }
div.DivClassName
{
background-color: #B64116;
}
.BgClassName
{
background-color: #B64116;
}
</style>
border-color css
<style>
span { border-color: #B64116; }
span { border-color: rgb(182,65,22); }
td.TdClassName
{
border-color: #B64116;
}
.TagClassName
{
border-color: #B64116;
}
</style>