Shades of Rust #B2461F
Tints of Rust #B2461F
RGB
CMYK
RGB Variations
Color information
#B2461F (or 0xB2461F) is known color: Rust. HEX triplet: B2, 46 and 1F. RGB value is (178,70,31). Sum of RGB (Red+Green+Blue) = 178+70+31=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2461F is #4DB9E0. Grayscale: #626262. Windows color (decimal): -5093857 or 2049714. OLE color: 2049714.
HSL color Cylindrical-coordinate representation of color #B2461F: hue angle of 15.92º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2461F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 31 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.30 |
| HSL | 15.92º | 0.7% | 0.41% | - |
| HSV(B) | 15.92º | 0.83% | 0.7% | - |
| XYZ | 20.8 | 13.94 | 2.89 | - |
| YUV | 97.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 31 | 0 | 0.61 | 0.83 | 0.30 | 15.92 | 0.7 | 0.41 |
| Hex | B2 | 46 | 1F | 0 | 3D | 53 | 1E | 10 | 46 | 29 |
| Octal | 262 | 106 | 37 | 0 | 75 | 123 | 36 | 20 | 106 | 51 |
| Binary | 10110010 | 1000110 | 11111 | 0 | 111101 | 1010011 | 11110 | 10000 | 1000110 | 101001 |
Color Harmonies of #B2461F
Complementary color
Monochromatic Colors of #B2461F
Black with #B2461F
Text Example
Text Example
White with #B2461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2461F; }
p { color: rgb(178,70,31); }
H1.HeaderClassName
{
color: #B2461F;
}
.AnyTagClassName
{
color: #B2461F;
}
</style>
background-color css
<style>
a { background-color: #B2461F; }
a { background-color: rgb(178,70,31); }
div.DivClassName
{
background-color: #B2461F;
}
.BgClassName
{
background-color: #B2461F;
}
</style>
border-color css
<style>
span { border-color: #B2461F; }
span { border-color: rgb(178,70,31); }
td.TdClassName
{
border-color: #B2461F;
}
.TagClassName
{
border-color: #B2461F;
}
</style>