Shades of Rust #B6470D
Tints of Rust #B6470D
RGB
CMYK
RGB Variations
Color information
#B6470D (or 0xB6470D) is known color: Rust. HEX triplet: B6, 47 and 0D. RGB value is (182,71,13). Sum of RGB (Red+Green+Blue) = 182+71+13=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6470D is #49B8F2. Grayscale: #616161. Windows color (decimal): -4831475 or 870326. OLE color: 870326.
HSL color Cylindrical-coordinate representation of color #B6470D: hue angle of 20.59º 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 #B6470D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 13 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.29 |
| HSL | 20.59º | 0.87% | 0.38% | - |
| HSV(B) | 20.59º | 0.93% | 0.71% | - |
| XYZ | 21.62 | 14.48 | 2.04 | - |
| YUV | 97.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 13 | 0 | 0.61 | 0.93 | 0.29 | 20.59 | 0.87 | 0.38 |
| Hex | B6 | 47 | D | 0 | 3D | 5D | 1D | 15 | 57 | 26 |
| Octal | 266 | 107 | 15 | 0 | 75 | 135 | 35 | 25 | 127 | 46 |
| Binary | 10110110 | 1000111 | 1101 | 0 | 111101 | 1011101 | 11101 | 10101 | 1010111 | 100110 |
Color Harmonies of #B6470D
Complementary color
Monochromatic Colors of #B6470D
Black with #B6470D
Text Example
Text Example
White with #B6470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6470D; }
p { color: rgb(182,71,13); }
H1.HeaderClassName
{
color: #B6470D;
}
.AnyTagClassName
{
color: #B6470D;
}
</style>
background-color css
<style>
a { background-color: #B6470D; }
a { background-color: rgb(182,71,13); }
div.DivClassName
{
background-color: #B6470D;
}
.BgClassName
{
background-color: #B6470D;
}
</style>
border-color css
<style>
span { border-color: #B6470D; }
span { border-color: rgb(182,71,13); }
td.TdClassName
{
border-color: #B6470D;
}
.TagClassName
{
border-color: #B6470D;
}
</style>