Shades of Rust #B5461D
Tints of Rust #B5461D
RGB
CMYK
RGB Variations
Color information
#B5461D (or 0xB5461D) is known color: Rust. HEX triplet: B5, 46 and 1D. RGB value is (181,70,29). Sum of RGB (Red+Green+Blue) = 181+70+29=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5461D is #4AB9E2. Grayscale: #626262. Windows color (decimal): -4897251 or 1918645. OLE color: 1918645.
HSL color Cylindrical-coordinate representation of color #B5461D: hue angle of 16.18º degrees, saturation: 0.72, 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 #B5461D is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 29 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.29 |
| HSL | 16.18º | 0.72% | 0.41% | - |
| HSV(B) | 16.18º | 0.84% | 0.71% | - |
| XYZ | 21.47 | 14.29 | 2.79 | - |
| YUV | 98.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 29 | 0 | 0.61 | 0.84 | 0.29 | 16.18 | 0.72 | 0.41 |
| Hex | B5 | 46 | 1D | 0 | 3D | 54 | 1D | 10 | 48 | 29 |
| Octal | 265 | 106 | 35 | 0 | 75 | 124 | 35 | 20 | 110 | 51 |
| Binary | 10110101 | 1000110 | 11101 | 0 | 111101 | 1010100 | 11101 | 10000 | 1001000 | 101001 |
Color Harmonies of #B5461D
Complementary color
Monochromatic Colors of #B5461D
Black with #B5461D
Text Example
Text Example
White with #B5461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5461D; }
p { color: rgb(181,70,29); }
H1.HeaderClassName
{
color: #B5461D;
}
.AnyTagClassName
{
color: #B5461D;
}
</style>
background-color css
<style>
a { background-color: #B5461D; }
a { background-color: rgb(181,70,29); }
div.DivClassName
{
background-color: #B5461D;
}
.BgClassName
{
background-color: #B5461D;
}
</style>
border-color css
<style>
span { border-color: #B5461D; }
span { border-color: rgb(181,70,29); }
td.TdClassName
{
border-color: #B5461D;
}
.TagClassName
{
border-color: #B5461D;
}
</style>