Shades of Rust #B6461B
Tints of Rust #B6461B
RGB
CMYK
RGB Variations
Color information
#B6461B (or 0xB6461B) is known color: Rust. HEX triplet: B6, 46 and 1B. RGB value is (182,70,27). Sum of RGB (Red+Green+Blue) = 182+70+27=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6461B is #49B9E4. Grayscale: #626262. Windows color (decimal): -4831717 or 1787574. OLE color: 1787574.
HSL color Cylindrical-coordinate representation of color #B6461B: hue angle of 16.65º 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 #B6461B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 27 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.29 |
| HSL | 16.65º | 0.74% | 0.41% | - |
| HSV(B) | 16.65º | 0.85% | 0.71% | - |
| XYZ | 21.68 | 14.4 | 2.67 | - |
| YUV | 98.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 27 | 0 | 0.62 | 0.85 | 0.29 | 16.65 | 0.74 | 0.41 |
| Hex | B6 | 46 | 1B | 0 | 3E | 55 | 1D | 11 | 4A | 29 |
| Octal | 266 | 106 | 33 | 0 | 76 | 125 | 35 | 21 | 112 | 51 |
| Binary | 10110110 | 1000110 | 11011 | 0 | 111110 | 1010101 | 11101 | 10001 | 1001010 | 101001 |
Color Harmonies of #B6461B
Complementary color
Monochromatic Colors of #B6461B
Black with #B6461B
Text Example
Text Example
White with #B6461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6461B; }
p { color: rgb(182,70,27); }
H1.HeaderClassName
{
color: #B6461B;
}
.AnyTagClassName
{
color: #B6461B;
}
</style>
background-color css
<style>
a { background-color: #B6461B; }
a { background-color: rgb(182,70,27); }
div.DivClassName
{
background-color: #B6461B;
}
.BgClassName
{
background-color: #B6461B;
}
</style>
border-color css
<style>
span { border-color: #B6461B; }
span { border-color: rgb(182,70,27); }
td.TdClassName
{
border-color: #B6461B;
}
.TagClassName
{
border-color: #B6461B;
}
</style>