Shades of Rust #B6501B
Tints of Rust #B6501B
RGB
CMYK
RGB Variations
Color information
#B6501B (or 0xB6501B) is known color: Rust. HEX triplet: B6, 50 and 1B. RGB value is (182,80,27). Sum of RGB (Red+Green+Blue) = 182+80+27=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B6501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6501B is #49AFE4. Grayscale: #686868. Windows color (decimal): -4829157 or 1790134. OLE color: 1790134.
HSL color Cylindrical-coordinate representation of color #B6501B: hue angle of 20.52º 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 #B6501B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 27 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.29 |
| HSL | 20.52º | 0.74% | 0.41% | - |
| HSV(B) | 20.52º | 0.85% | 0.71% | - |
| XYZ | 22.36 | 15.76 | 2.9 | - |
| YUV | 104.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 27 | 0 | 0.56 | 0.85 | 0.29 | 20.52 | 0.74 | 0.41 |
| Hex | B6 | 50 | 1B | 0 | 38 | 55 | 1D | 15 | 4A | 29 |
| Octal | 266 | 120 | 33 | 0 | 70 | 125 | 35 | 25 | 112 | 51 |
| Binary | 10110110 | 1010000 | 11011 | 0 | 111000 | 1010101 | 11101 | 10101 | 1001010 | 101001 |
Color Harmonies of #B6501B
Complementary color
Monochromatic Colors of #B6501B
Black with #B6501B
Text Example
Text Example
White with #B6501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6501B; }
p { color: rgb(182,80,27); }
H1.HeaderClassName
{
color: #B6501B;
}
.AnyTagClassName
{
color: #B6501B;
}
</style>
background-color css
<style>
a { background-color: #B6501B; }
a { background-color: rgb(182,80,27); }
div.DivClassName
{
background-color: #B6501B;
}
.BgClassName
{
background-color: #B6501B;
}
</style>
border-color css
<style>
span { border-color: #B6501B; }
span { border-color: rgb(182,80,27); }
td.TdClassName
{
border-color: #B6501B;
}
.TagClassName
{
border-color: #B6501B;
}
</style>