Shades of Rust #B64F11
Tints of Rust #B64F11
RGB
CMYK
RGB Variations
Color information
#B64F11 (or 0xB64F11) is known color: Rust. HEX triplet: B6, 4F and 11. RGB value is (182,79,17). Sum of RGB (Red+Green+Blue) = 182+79+17=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F11 is #49B0EE. Grayscale: #676767. Windows color (decimal): -4829423 or 1134518. OLE color: 1134518.
HSL color Cylindrical-coordinate representation of color #B64F11: hue angle of 22.55º 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 #B64F11 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 17 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.29 |
| HSL | 22.55º | 0.83% | 0.39% | - |
| HSV(B) | 22.55º | 0.91% | 0.71% | - |
| XYZ | 22.19 | 15.58 | 2.37 | - |
| YUV | 102.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 17 | 0 | 0.57 | 0.91 | 0.29 | 22.55 | 0.83 | 0.39 |
| Hex | B6 | 4F | 11 | 0 | 39 | 5B | 1D | 17 | 53 | 27 |
| Octal | 266 | 117 | 21 | 0 | 71 | 133 | 35 | 27 | 123 | 47 |
| Binary | 10110110 | 1001111 | 10001 | 0 | 111001 | 1011011 | 11101 | 10111 | 1010011 | 100111 |
Color Harmonies of #B64F11
Complementary color
Monochromatic Colors of #B64F11
Black with #B64F11
Text Example
Text Example
White with #B64F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F11; }
p { color: rgb(182,79,17); }
H1.HeaderClassName
{
color: #B64F11;
}
.AnyTagClassName
{
color: #B64F11;
}
</style>
background-color css
<style>
a { background-color: #B64F11; }
a { background-color: rgb(182,79,17); }
div.DivClassName
{
background-color: #B64F11;
}
.BgClassName
{
background-color: #B64F11;
}
</style>
border-color css
<style>
span { border-color: #B64F11; }
span { border-color: rgb(182,79,17); }
td.TdClassName
{
border-color: #B64F11;
}
.TagClassName
{
border-color: #B64F11;
}
</style>