Shades of Rust #B54709
Tints of Rust #B54709
RGB
CMYK
RGB Variations
Color information
#B54709 (or 0xB54709) is known color: Rust. HEX triplet: B5, 47 and 09. RGB value is (181,71,9). Sum of RGB (Red+Green+Blue) = 181+71+9=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B54709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54709 is #4AB8F6. Grayscale: #616161. Windows color (decimal): -4897015 or 608181. OLE color: 608181.
HSL color Cylindrical-coordinate representation of color #B54709: hue angle of 21.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B54709 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.29 |
| HSL | 21.63º | 0.91% | 0.37% | - |
| HSV(B) | 21.63º | 0.95% | 0.71% | - |
| XYZ | 21.36 | 14.35 | 1.9 | - |
| YUV | 96.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 9 | 0 | 0.61 | 0.95 | 0.29 | 21.63 | 0.91 | 0.37 |
| Hex | B5 | 47 | 9 | 0 | 3D | 5F | 1D | 16 | 5B | 25 |
| Octal | 265 | 107 | 11 | 0 | 75 | 137 | 35 | 26 | 133 | 45 |
| Binary | 10110101 | 1000111 | 1001 | 0 | 111101 | 1011111 | 11101 | 10110 | 1011011 | 100101 |
Color Harmonies of #B54709
Complementary color
Monochromatic Colors of #B54709
Black with #B54709
Text Example
Text Example
White with #B54709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54709; }
p { color: rgb(181,71,9); }
H1.HeaderClassName
{
color: #B54709;
}
.AnyTagClassName
{
color: #B54709;
}
</style>
background-color css
<style>
a { background-color: #B54709; }
a { background-color: rgb(181,71,9); }
div.DivClassName
{
background-color: #B54709;
}
.BgClassName
{
background-color: #B54709;
}
</style>
border-color css
<style>
span { border-color: #B54709; }
span { border-color: rgb(181,71,9); }
td.TdClassName
{
border-color: #B54709;
}
.TagClassName
{
border-color: #B54709;
}
</style>