Shades of Rust #B65006
Tints of Rust #B65006
RGB
CMYK
RGB Variations
Color information
#B65006 (or 0xB65006) is known color: Rust. HEX triplet: B6, 50 and 06. RGB value is (182,80,6). Sum of RGB (Red+Green+Blue) = 182+80+6=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B65006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65006 is #49AFF9. Grayscale: #666666. Windows color (decimal): -4829178 or 413878. OLE color: 413878.
HSL color Cylindrical-coordinate representation of color #B65006: hue angle of 25.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B65006 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.29 |
| HSL | 25.23º | 0.94% | 0.37% | - |
| HSV(B) | 25.23º | 0.97% | 0.71% | - |
| XYZ | 22.19 | 15.7 | 2.03 | - |
| YUV | 102.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 6 | 0 | 0.56 | 0.97 | 0.29 | 25.23 | 0.94 | 0.37 |
| Hex | B6 | 50 | 6 | 0 | 38 | 61 | 1D | 19 | 5E | 25 |
| Octal | 266 | 120 | 6 | 0 | 70 | 141 | 35 | 31 | 136 | 45 |
| Binary | 10110110 | 1010000 | 110 | 0 | 111000 | 1100001 | 11101 | 11001 | 1011110 | 100101 |
Color Harmonies of #B65006
Complementary color
Monochromatic Colors of #B65006
Black with #B65006
Text Example
Text Example
White with #B65006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65006; }
p { color: rgb(182,80,6); }
H1.HeaderClassName
{
color: #B65006;
}
.AnyTagClassName
{
color: #B65006;
}
</style>
background-color css
<style>
a { background-color: #B65006; }
a { background-color: rgb(182,80,6); }
div.DivClassName
{
background-color: #B65006;
}
.BgClassName
{
background-color: #B65006;
}
</style>
border-color css
<style>
span { border-color: #B65006; }
span { border-color: rgb(182,80,6); }
td.TdClassName
{
border-color: #B65006;
}
.TagClassName
{
border-color: #B65006;
}
</style>