Shades of Rust #B64D11
Tints of Rust #B64D11
RGB
CMYK
RGB Variations
Color information
#B64D11 (or 0xB64D11) is known color: Rust. HEX triplet: B6, 4D and 11. RGB value is (182,77,17). Sum of RGB (Red+Green+Blue) = 182+77+17=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64D11 is #49B2EE. Grayscale: #656565. Windows color (decimal): -4829935 or 1134006. OLE color: 1134006.
HSL color Cylindrical-coordinate representation of color #B64D11: hue angle of 21.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B64D11 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 17 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.29 |
| HSL | 21.82º | 0.83% | 0.39% | - |
| HSV(B) | 21.82º | 0.91% | 0.71% | - |
| XYZ | 22.05 | 15.29 | 2.32 | - |
| YUV | 101.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 17 | 0 | 0.58 | 0.91 | 0.29 | 21.82 | 0.83 | 0.39 |
| Hex | B6 | 4D | 11 | 0 | 3A | 5B | 1D | 16 | 53 | 27 |
| Octal | 266 | 115 | 21 | 0 | 72 | 133 | 35 | 26 | 123 | 47 |
| Binary | 10110110 | 1001101 | 10001 | 0 | 111010 | 1011011 | 11101 | 10110 | 1010011 | 100111 |
Color Harmonies of #B64D11
Complementary color
Monochromatic Colors of #B64D11
Black with #B64D11
Text Example
Text Example
White with #B64D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D11; }
p { color: rgb(182,77,17); }
H1.HeaderClassName
{
color: #B64D11;
}
.AnyTagClassName
{
color: #B64D11;
}
</style>
background-color css
<style>
a { background-color: #B64D11; }
a { background-color: rgb(182,77,17); }
div.DivClassName
{
background-color: #B64D11;
}
.BgClassName
{
background-color: #B64D11;
}
</style>
border-color css
<style>
span { border-color: #B64D11; }
span { border-color: rgb(182,77,17); }
td.TdClassName
{
border-color: #B64D11;
}
.TagClassName
{
border-color: #B64D11;
}
</style>