Shades of Rust #B6471D
Tints of Rust #B6471D
RGB
CMYK
RGB Variations
Color information
#B6471D (or 0xB6471D) is known color: Rust. HEX triplet: B6, 47 and 1D. RGB value is (182,71,29). Sum of RGB (Red+Green+Blue) = 182+71+29=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B6471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6471D is #49B8E2. Grayscale: #636363. Windows color (decimal): -4831459 or 1918902. OLE color: 1918902.
HSL color Cylindrical-coordinate representation of color #B6471D: hue angle of 16.47º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6471D is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 29 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.29 |
| HSL | 16.47º | 0.73% | 0.41% | - |
| HSV(B) | 16.47º | 0.84% | 0.71% | - |
| XYZ | 21.77 | 14.54 | 2.82 | - |
| YUV | 99.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 29 | 0 | 0.61 | 0.84 | 0.29 | 16.47 | 0.73 | 0.41 |
| Hex | B6 | 47 | 1D | 0 | 3D | 54 | 1D | 10 | 49 | 29 |
| Octal | 266 | 107 | 35 | 0 | 75 | 124 | 35 | 20 | 111 | 51 |
| Binary | 10110110 | 1000111 | 11101 | 0 | 111101 | 1010100 | 11101 | 10000 | 1001001 | 101001 |
Color Harmonies of #B6471D
Complementary color
Monochromatic Colors of #B6471D
Black with #B6471D
Text Example
Text Example
White with #B6471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6471D; }
p { color: rgb(182,71,29); }
H1.HeaderClassName
{
color: #B6471D;
}
.AnyTagClassName
{
color: #B6471D;
}
</style>
background-color css
<style>
a { background-color: #B6471D; }
a { background-color: rgb(182,71,29); }
div.DivClassName
{
background-color: #B6471D;
}
.BgClassName
{
background-color: #B6471D;
}
</style>
border-color css
<style>
span { border-color: #B6471D; }
span { border-color: rgb(182,71,29); }
td.TdClassName
{
border-color: #B6471D;
}
.TagClassName
{
border-color: #B6471D;
}
</style>