Shades of Rust #B54700
Tints of Rust #B54700
RGB
CMYK
RGB Variations
Color information
#B54700 (or 0xB54700) is known color: Rust. HEX triplet: B5, 47 and 00. RGB value is (181,71,0). Sum of RGB (Red+Green+Blue) = 181+71+0=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B54700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54700 is #4AB8FF. Grayscale: #606060. Windows color (decimal): -4897024 or 18357. OLE color: 18357.
HSL color Cylindrical-coordinate representation of color #B54700: hue angle of 23.54º 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 #B54700 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.29 |
| HSL | 23.54º | 1% | 0.35% | - |
| HSV(B) | 23.54º | 1% | 0.71% | - |
| XYZ | 21.31 | 14.33 | 1.64 | - |
| YUV | 95.8 | 73.94 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 0 | 0 | 0.61 | 1 | 0.29 | 23.54 | 1 | 0.35 |
| Hex | B5 | 47 | 0 | 0 | 3D | 64 | 1D | 18 | 64 | 23 |
| Octal | 265 | 107 | 0 | 0 | 75 | 144 | 35 | 30 | 144 | 43 |
| Binary | 10110101 | 1000111 | 0 | 0 | 111101 | 1100100 | 11101 | 11000 | 1100100 | 100011 |
Color Harmonies of #B54700
Complementary color
Monochromatic Colors of #B54700
Black with #B54700
Text Example
Text Example
White with #B54700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54700; }
p { color: rgb(181,71,0); }
H1.HeaderClassName
{
color: #B54700;
}
.AnyTagClassName
{
color: #B54700;
}
</style>
background-color css
<style>
a { background-color: #B54700; }
a { background-color: rgb(181,71,0); }
div.DivClassName
{
background-color: #B54700;
}
.BgClassName
{
background-color: #B54700;
}
</style>
border-color css
<style>
span { border-color: #B54700; }
span { border-color: rgb(181,71,0); }
td.TdClassName
{
border-color: #B54700;
}
.TagClassName
{
border-color: #B54700;
}
</style>