Shades of Rust #B64016
Tints of Rust #B64016
RGB
CMYK
RGB Variations
Color information
#B64016 (or 0xB64016) is known color: Rust. HEX triplet: B6, 40 and 16. RGB value is (182,64,22). Sum of RGB (Red+Green+Blue) = 182+64+22=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64016 is #49BFE9. Grayscale: #5E5E5E. Windows color (decimal): -4833258 or 1458358. OLE color: 1458358.
HSL color Cylindrical-coordinate representation of color #B64016: hue angle of 15.75º 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 #B64016 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.29 |
| HSL | 15.75º | 0.78% | 0.4% | - |
| HSV(B) | 15.75º | 0.88% | 0.71% | - |
| XYZ | 21.27 | 13.67 | 2.28 | - |
| YUV | 94.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 22 | 0 | 0.65 | 0.88 | 0.29 | 15.75 | 0.78 | 0.4 |
| Hex | B6 | 40 | 16 | 0 | 41 | 58 | 1D | 10 | 4E | 28 |
| Octal | 266 | 100 | 26 | 0 | 101 | 130 | 35 | 20 | 116 | 50 |
| Binary | 10110110 | 1000000 | 10110 | 0 | 1000001 | 1011000 | 11101 | 10000 | 1001110 | 101000 |
Color Harmonies of #B64016
Complementary color
Monochromatic Colors of #B64016
Black with #B64016
Text Example
Text Example
White with #B64016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64016; }
p { color: rgb(182,64,22); }
H1.HeaderClassName
{
color: #B64016;
}
.AnyTagClassName
{
color: #B64016;
}
</style>
background-color css
<style>
a { background-color: #B64016; }
a { background-color: rgb(182,64,22); }
div.DivClassName
{
background-color: #B64016;
}
.BgClassName
{
background-color: #B64016;
}
</style>
border-color css
<style>
span { border-color: #B64016; }
span { border-color: rgb(182,64,22); }
td.TdClassName
{
border-color: #B64016;
}
.TagClassName
{
border-color: #B64016;
}
</style>