Shades of Rust #B65210
Tints of Rust #B65210
RGB
CMYK
RGB Variations
Color information
#B65210 (or 0xB65210) is known color: Rust. HEX triplet: B6, 52 and 10. RGB value is (182,82,16). Sum of RGB (Red+Green+Blue) = 182+82+16=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B65210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65210 is #49ADEF. Grayscale: #686868. Windows color (decimal): -4828656 or 1069750. OLE color: 1069750.
HSL color Cylindrical-coordinate representation of color #B65210: hue angle of 23.86º 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 #B65210 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.29 |
| HSL | 23.86º | 0.84% | 0.39% | - |
| HSV(B) | 23.86º | 0.91% | 0.71% | - |
| XYZ | 22.4 | 16.02 | 2.4 | - |
| YUV | 104.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 16 | 0 | 0.55 | 0.91 | 0.29 | 23.86 | 0.84 | 0.39 |
| Hex | B6 | 52 | 10 | 0 | 37 | 5B | 1D | 18 | 54 | 27 |
| Octal | 266 | 122 | 20 | 0 | 67 | 133 | 35 | 30 | 124 | 47 |
| Binary | 10110110 | 1010010 | 10000 | 0 | 110111 | 1011011 | 11101 | 11000 | 1010100 | 100111 |
Color Harmonies of #B65210
Complementary color
Monochromatic Colors of #B65210
Black with #B65210
Text Example
Text Example
White with #B65210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65210; }
p { color: rgb(182,82,16); }
H1.HeaderClassName
{
color: #B65210;
}
.AnyTagClassName
{
color: #B65210;
}
</style>
background-color css
<style>
a { background-color: #B65210; }
a { background-color: rgb(182,82,16); }
div.DivClassName
{
background-color: #B65210;
}
.BgClassName
{
background-color: #B65210;
}
</style>
border-color css
<style>
span { border-color: #B65210; }
span { border-color: rgb(182,82,16); }
td.TdClassName
{
border-color: #B65210;
}
.TagClassName
{
border-color: #B65210;
}
</style>