Shades of Rust #B6511B
Tints of Rust #B6511B
RGB
CMYK
RGB Variations
Color information
#B6511B (or 0xB6511B) is known color: Rust. HEX triplet: B6, 51 and 1B. RGB value is (182,81,27). Sum of RGB (Red+Green+Blue) = 182+81+27=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B6511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6511B is #49AEE4. Grayscale: #696969. Windows color (decimal): -4828901 or 1790390. OLE color: 1790390.
HSL color Cylindrical-coordinate representation of color #B6511B: hue angle of 20.9º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6511B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 27 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.29 |
| HSL | 20.9º | 0.74% | 0.41% | - |
| HSV(B) | 20.9º | 0.85% | 0.71% | - |
| XYZ | 22.43 | 15.91 | 2.93 | - |
| YUV | 105.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 27 | 0 | 0.55 | 0.85 | 0.29 | 20.9 | 0.74 | 0.41 |
| Hex | B6 | 51 | 1B | 0 | 37 | 55 | 1D | 15 | 4A | 29 |
| Octal | 266 | 121 | 33 | 0 | 67 | 125 | 35 | 25 | 112 | 51 |
| Binary | 10110110 | 1010001 | 11011 | 0 | 110111 | 1010101 | 11101 | 10101 | 1001010 | 101001 |
Color Harmonies of #B6511B
Complementary color
Monochromatic Colors of #B6511B
Black with #B6511B
Text Example
Text Example
White with #B6511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6511B; }
p { color: rgb(182,81,27); }
H1.HeaderClassName
{
color: #B6511B;
}
.AnyTagClassName
{
color: #B6511B;
}
</style>
background-color css
<style>
a { background-color: #B6511B; }
a { background-color: rgb(182,81,27); }
div.DivClassName
{
background-color: #B6511B;
}
.BgClassName
{
background-color: #B6511B;
}
</style>
border-color css
<style>
span { border-color: #B6511B; }
span { border-color: rgb(182,81,27); }
td.TdClassName
{
border-color: #B6511B;
}
.TagClassName
{
border-color: #B6511B;
}
</style>