Shades of Rust #B5461C
Tints of Rust #B5461C
RGB
CMYK
RGB Variations
Color information
#B5461C (or 0xB5461C) is known color: Rust. HEX triplet: B5, 46 and 1C. RGB value is (181,70,28). Sum of RGB (Red+Green+Blue) = 181+70+28=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5461C is #4AB9E3. Grayscale: #626262. Windows color (decimal): -4897252 or 1853109. OLE color: 1853109.
HSL color Cylindrical-coordinate representation of color #B5461C: hue angle of 16.47º degrees, saturation: 0.73, 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 #B5461C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.29 |
| HSL | 16.47º | 0.73% | 0.41% | - |
| HSV(B) | 16.47º | 0.85% | 0.71% | - |
| XYZ | 21.46 | 14.29 | 2.73 | - |
| YUV | 98.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 28 | 0 | 0.61 | 0.85 | 0.29 | 16.47 | 0.73 | 0.41 |
| Hex | B5 | 46 | 1C | 0 | 3D | 55 | 1D | 10 | 49 | 29 |
| Octal | 265 | 106 | 34 | 0 | 75 | 125 | 35 | 20 | 111 | 51 |
| Binary | 10110101 | 1000110 | 11100 | 0 | 111101 | 1010101 | 11101 | 10000 | 1001001 | 101001 |
Color Harmonies of #B5461C
Complementary color
Monochromatic Colors of #B5461C
Black with #B5461C
Text Example
Text Example
White with #B5461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5461C; }
p { color: rgb(181,70,28); }
H1.HeaderClassName
{
color: #B5461C;
}
.AnyTagClassName
{
color: #B5461C;
}
</style>
background-color css
<style>
a { background-color: #B5461C; }
a { background-color: rgb(181,70,28); }
div.DivClassName
{
background-color: #B5461C;
}
.BgClassName
{
background-color: #B5461C;
}
</style>
border-color css
<style>
span { border-color: #B5461C; }
span { border-color: rgb(181,70,28); }
td.TdClassName
{
border-color: #B5461C;
}
.TagClassName
{
border-color: #B5461C;
}
</style>