Shades of Rust #B6460D
Tints of Rust #B6460D
RGB
CMYK
RGB Variations
Color information
#B6460D (or 0xB6460D) is known color: Rust. HEX triplet: B6, 46 and 0D. RGB value is (182,70,13). Sum of RGB (Red+Green+Blue) = 182+70+13=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6460D is #49B9F2. Grayscale: #616161. Windows color (decimal): -4831731 or 870070. OLE color: 870070.
HSL color Cylindrical-coordinate representation of color #B6460D: hue angle of 20.24º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6460D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.29 |
| HSL | 20.24º | 0.87% | 0.38% | - |
| HSV(B) | 20.24º | 0.93% | 0.71% | - |
| XYZ | 21.55 | 14.35 | 2.02 | - |
| YUV | 96.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 13 | 0 | 0.62 | 0.93 | 0.29 | 20.24 | 0.87 | 0.38 |
| Hex | B6 | 46 | D | 0 | 3E | 5D | 1D | 14 | 57 | 26 |
| Octal | 266 | 106 | 15 | 0 | 76 | 135 | 35 | 24 | 127 | 46 |
| Binary | 10110110 | 1000110 | 1101 | 0 | 111110 | 1011101 | 11101 | 10100 | 1010111 | 100110 |
Color Harmonies of #B6460D
Complementary color
Monochromatic Colors of #B6460D
Black with #B6460D
Text Example
Text Example
White with #B6460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6460D; }
p { color: rgb(182,70,13); }
H1.HeaderClassName
{
color: #B6460D;
}
.AnyTagClassName
{
color: #B6460D;
}
</style>
background-color css
<style>
a { background-color: #B6460D; }
a { background-color: rgb(182,70,13); }
div.DivClassName
{
background-color: #B6460D;
}
.BgClassName
{
background-color: #B6460D;
}
</style>
border-color css
<style>
span { border-color: #B6460D; }
span { border-color: rgb(182,70,13); }
td.TdClassName
{
border-color: #B6460D;
}
.TagClassName
{
border-color: #B6460D;
}
</style>