Shades of Rust #B6500E
Tints of Rust #B6500E
RGB
CMYK
RGB Variations
Color information
#B6500E (or 0xB6500E) is known color: Rust. HEX triplet: B6, 50 and 0E. RGB value is (182,80,14). Sum of RGB (Red+Green+Blue) = 182+80+14=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6500E is #49AFF1. Grayscale: #676767. Windows color (decimal): -4829170 or 938166. OLE color: 938166.
HSL color Cylindrical-coordinate representation of color #B6500E: hue angle of 23.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6500E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 14 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.29 |
| HSL | 23.57º | 0.86% | 0.38% | - |
| HSV(B) | 23.57º | 0.92% | 0.71% | - |
| XYZ | 22.24 | 15.71 | 2.28 | - |
| YUV | 102.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 14 | 0 | 0.56 | 0.92 | 0.29 | 23.57 | 0.86 | 0.38 |
| Hex | B6 | 50 | E | 0 | 38 | 5C | 1D | 18 | 56 | 26 |
| Octal | 266 | 120 | 16 | 0 | 70 | 134 | 35 | 30 | 126 | 46 |
| Binary | 10110110 | 1010000 | 1110 | 0 | 111000 | 1011100 | 11101 | 11000 | 1010110 | 100110 |
Color Harmonies of #B6500E
Complementary color
Monochromatic Colors of #B6500E
Black with #B6500E
Text Example
Text Example
White with #B6500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6500E; }
p { color: rgb(182,80,14); }
H1.HeaderClassName
{
color: #B6500E;
}
.AnyTagClassName
{
color: #B6500E;
}
</style>
background-color css
<style>
a { background-color: #B6500E; }
a { background-color: rgb(182,80,14); }
div.DivClassName
{
background-color: #B6500E;
}
.BgClassName
{
background-color: #B6500E;
}
</style>
border-color css
<style>
span { border-color: #B6500E; }
span { border-color: rgb(182,80,14); }
td.TdClassName
{
border-color: #B6500E;
}
.TagClassName
{
border-color: #B6500E;
}
</style>