Shades of Rust #B6411D
Tints of Rust #B6411D
RGB
CMYK
RGB Variations
Color information
#B6411D (or 0xB6411D) is known color: Rust. HEX triplet: B6, 41 and 1D. RGB value is (182,65,29). Sum of RGB (Red+Green+Blue) = 182+65+29=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6411D is #49BEE2. Grayscale: #606060. Windows color (decimal): -4832995 or 1917366. OLE color: 1917366.
HSL color Cylindrical-coordinate representation of color #B6411D: hue angle of 14.12º 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 #B6411D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.29 |
| HSL | 14.12º | 0.73% | 0.41% | - |
| HSV(B) | 14.12º | 0.84% | 0.71% | - |
| XYZ | 21.4 | 13.81 | 2.7 | - |
| YUV | 95.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 29 | 0 | 0.64 | 0.84 | 0.29 | 14.12 | 0.73 | 0.41 |
| Hex | B6 | 41 | 1D | 0 | 40 | 54 | 1D | E | 49 | 29 |
| Octal | 266 | 101 | 35 | 0 | 100 | 124 | 35 | 16 | 111 | 51 |
| Binary | 10110110 | 1000001 | 11101 | 0 | 1000000 | 1010100 | 11101 | 1110 | 1001001 | 101001 |
Color Harmonies of #B6411D
Complementary color
Monochromatic Colors of #B6411D
Black with #B6411D
Text Example
Text Example
White with #B6411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6411D; }
p { color: rgb(182,65,29); }
H1.HeaderClassName
{
color: #B6411D;
}
.AnyTagClassName
{
color: #B6411D;
}
</style>
background-color css
<style>
a { background-color: #B6411D; }
a { background-color: rgb(182,65,29); }
div.DivClassName
{
background-color: #B6411D;
}
.BgClassName
{
background-color: #B6411D;
}
</style>
border-color css
<style>
span { border-color: #B6411D; }
span { border-color: rgb(182,65,29); }
td.TdClassName
{
border-color: #B6411D;
}
.TagClassName
{
border-color: #B6411D;
}
</style>