Shades of Rust #B64516
Tints of Rust #B64516
RGB
CMYK
RGB Variations
Color information
#B64516 (or 0xB64516) is known color: Rust. HEX triplet: B6, 45 and 16. RGB value is (182,69,22). Sum of RGB (Red+Green+Blue) = 182+69+22=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64516 is #49BAE9. Grayscale: #616161. Windows color (decimal): -4831978 or 1459638. OLE color: 1459638.
HSL color Cylindrical-coordinate representation of color #B64516: hue angle of 17.62º 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 #B64516 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.29 |
| HSL | 17.63º | 0.78% | 0.4% | - |
| HSV(B) | 17.63º | 0.88% | 0.71% | - |
| XYZ | 21.56 | 14.26 | 2.37 | - |
| YUV | 97.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 22 | 0 | 0.62 | 0.88 | 0.29 | 17.63 | 0.78 | 0.4 |
| Hex | B6 | 45 | 16 | 0 | 3E | 58 | 1D | 12 | 4E | 28 |
| Octal | 266 | 105 | 26 | 0 | 76 | 130 | 35 | 22 | 116 | 50 |
| Binary | 10110110 | 1000101 | 10110 | 0 | 111110 | 1011000 | 11101 | 10010 | 1001110 | 101000 |
Color Harmonies of #B64516
Complementary color
Monochromatic Colors of #B64516
Black with #B64516
Text Example
Text Example
White with #B64516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64516; }
p { color: rgb(182,69,22); }
H1.HeaderClassName
{
color: #B64516;
}
.AnyTagClassName
{
color: #B64516;
}
</style>
background-color css
<style>
a { background-color: #B64516; }
a { background-color: rgb(182,69,22); }
div.DivClassName
{
background-color: #B64516;
}
.BgClassName
{
background-color: #B64516;
}
</style>
border-color css
<style>
span { border-color: #B64516; }
span { border-color: rgb(182,69,22); }
td.TdClassName
{
border-color: #B64516;
}
.TagClassName
{
border-color: #B64516;
}
</style>