Shades of Rust #B6401D
Tints of Rust #B6401D
RGB
CMYK
RGB Variations
Color information
#B6401D (or 0xB6401D) is known color: Rust. HEX triplet: B6, 40 and 1D. RGB value is (182,64,29). Sum of RGB (Red+Green+Blue) = 182+64+29=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6401D is #49BFE2. Grayscale: #5F5F5F. Windows color (decimal): -4833251 or 1917110. OLE color: 1917110.
HSL color Cylindrical-coordinate representation of color #B6401D: hue angle of 13.73º 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 #B6401D is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 29 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.29 |
| HSL | 13.73º | 0.73% | 0.41% | - |
| HSV(B) | 13.73º | 0.84% | 0.71% | - |
| XYZ | 21.35 | 13.7 | 2.68 | - |
| YUV | 95.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 29 | 0 | 0.65 | 0.84 | 0.29 | 13.73 | 0.73 | 0.41 |
| Hex | B6 | 40 | 1D | 0 | 41 | 54 | 1D | E | 49 | 29 |
| Octal | 266 | 100 | 35 | 0 | 101 | 124 | 35 | 16 | 111 | 51 |
| Binary | 10110110 | 1000000 | 11101 | 0 | 1000001 | 1010100 | 11101 | 1110 | 1001001 | 101001 |
Color Harmonies of #B6401D
Complementary color
Monochromatic Colors of #B6401D
Black with #B6401D
Text Example
Text Example
White with #B6401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6401D; }
p { color: rgb(182,64,29); }
H1.HeaderClassName
{
color: #B6401D;
}
.AnyTagClassName
{
color: #B6401D;
}
</style>
background-color css
<style>
a { background-color: #B6401D; }
a { background-color: rgb(182,64,29); }
div.DivClassName
{
background-color: #B6401D;
}
.BgClassName
{
background-color: #B6401D;
}
</style>
border-color css
<style>
span { border-color: #B6401D; }
span { border-color: rgb(182,64,29); }
td.TdClassName
{
border-color: #B6401D;
}
.TagClassName
{
border-color: #B6401D;
}
</style>