Shades of Rust #B54600
Tints of Rust #B54600
RGB
CMYK
RGB Variations
Color information
#B54600 (or 0xB54600) is known color: Rust. HEX triplet: B5, 46 and 00. RGB value is (181,70,0). Sum of RGB (Red+Green+Blue) = 181+70+0=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B54600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54600 is #4AB9FF. Grayscale: #5F5F5F. Windows color (decimal): -4897280 or 18101. OLE color: 18101.
HSL color Cylindrical-coordinate representation of color #B54600: hue angle of 23.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B54600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.29 |
| HSL | 23.2º | 1% | 0.35% | - |
| HSV(B) | 23.2º | 1% | 0.71% | - |
| XYZ | 21.25 | 14.2 | 1.62 | - |
| YUV | 95.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 0 | 0 | 0.61 | 1 | 0.29 | 23.2 | 1 | 0.35 |
| Hex | B5 | 46 | 0 | 0 | 3D | 64 | 1D | 17 | 64 | 23 |
| Octal | 265 | 106 | 0 | 0 | 75 | 144 | 35 | 27 | 144 | 43 |
| Binary | 10110101 | 1000110 | 0 | 0 | 111101 | 1100100 | 11101 | 10111 | 1100100 | 100011 |
Color Harmonies of #B54600
Complementary color
Monochromatic Colors of #B54600
Black with #B54600
Text Example
Text Example
White with #B54600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54600; }
p { color: rgb(181,70,0); }
H1.HeaderClassName
{
color: #B54600;
}
.AnyTagClassName
{
color: #B54600;
}
</style>
background-color css
<style>
a { background-color: #B54600; }
a { background-color: rgb(181,70,0); }
div.DivClassName
{
background-color: #B54600;
}
.BgClassName
{
background-color: #B54600;
}
</style>
border-color css
<style>
span { border-color: #B54600; }
span { border-color: rgb(181,70,0); }
td.TdClassName
{
border-color: #B54600;
}
.TagClassName
{
border-color: #B54600;
}
</style>