Shades of Rust #B6411B
Tints of Rust #B6411B
RGB
CMYK
RGB Variations
Color information
#B6411B (or 0xB6411B) is known color: Rust. HEX triplet: B6, 41 and 1B. RGB value is (182,65,27). Sum of RGB (Red+Green+Blue) = 182+65+27=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6411B is #49BEE4. Grayscale: #5F5F5F. Windows color (decimal): -4832997 or 1786294. OLE color: 1786294.
HSL color Cylindrical-coordinate representation of color #B6411B: hue angle of 14.71º 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 #B6411B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.29 |
| HSL | 14.71º | 0.74% | 0.41% | - |
| HSV(B) | 14.71º | 0.85% | 0.71% | - |
| XYZ | 21.38 | 13.8 | 2.57 | - |
| YUV | 95.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 27 | 0 | 0.64 | 0.85 | 0.29 | 14.71 | 0.74 | 0.41 |
| Hex | B6 | 41 | 1B | 0 | 40 | 55 | 1D | F | 4A | 29 |
| Octal | 266 | 101 | 33 | 0 | 100 | 125 | 35 | 17 | 112 | 51 |
| Binary | 10110110 | 1000001 | 11011 | 0 | 1000000 | 1010101 | 11101 | 1111 | 1001010 | 101001 |
Color Harmonies of #B6411B
Complementary color
Monochromatic Colors of #B6411B
Black with #B6411B
Text Example
Text Example
White with #B6411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6411B; }
p { color: rgb(182,65,27); }
H1.HeaderClassName
{
color: #B6411B;
}
.AnyTagClassName
{
color: #B6411B;
}
</style>
background-color css
<style>
a { background-color: #B6411B; }
a { background-color: rgb(182,65,27); }
div.DivClassName
{
background-color: #B6411B;
}
.BgClassName
{
background-color: #B6411B;
}
</style>
border-color css
<style>
span { border-color: #B6411B; }
span { border-color: rgb(182,65,27); }
td.TdClassName
{
border-color: #B6411B;
}
.TagClassName
{
border-color: #B6411B;
}
</style>