Shades of Rust #B64110
Tints of Rust #B64110
RGB
CMYK
RGB Variations
Color information
#B64110 (or 0xB64110) is known color: Rust. HEX triplet: B6, 41 and 10. RGB value is (182,65,16). Sum of RGB (Red+Green+Blue) = 182+65+16=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B64110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64110 is #49BEEF. Grayscale: #5E5E5E. Windows color (decimal): -4833008 or 1065398. OLE color: 1065398.
HSL color Cylindrical-coordinate representation of color #B64110: hue angle of 17.71º degrees, saturation: 0.84, 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 #B64110 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.29 |
| HSL | 17.71º | 0.84% | 0.39% | - |
| HSV(B) | 17.71º | 0.91% | 0.71% | - |
| XYZ | 21.28 | 13.76 | 2.03 | - |
| YUV | 94.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 16 | 0 | 0.64 | 0.91 | 0.29 | 17.71 | 0.84 | 0.39 |
| Hex | B6 | 41 | 10 | 0 | 40 | 5B | 1D | 12 | 54 | 27 |
| Octal | 266 | 101 | 20 | 0 | 100 | 133 | 35 | 22 | 124 | 47 |
| Binary | 10110110 | 1000001 | 10000 | 0 | 1000000 | 1011011 | 11101 | 10010 | 1010100 | 100111 |
Color Harmonies of #B64110
Complementary color
Monochromatic Colors of #B64110
Black with #B64110
Text Example
Text Example
White with #B64110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64110; }
p { color: rgb(182,65,16); }
H1.HeaderClassName
{
color: #B64110;
}
.AnyTagClassName
{
color: #B64110;
}
</style>
background-color css
<style>
a { background-color: #B64110; }
a { background-color: rgb(182,65,16); }
div.DivClassName
{
background-color: #B64110;
}
.BgClassName
{
background-color: #B64110;
}
</style>
border-color css
<style>
span { border-color: #B64110; }
span { border-color: rgb(182,65,16); }
td.TdClassName
{
border-color: #B64110;
}
.TagClassName
{
border-color: #B64110;
}
</style>