Shades of Rust #B54614
Tints of Rust #B54614
RGB
CMYK
RGB Variations
Color information
#B54614 (or 0xB54614) is known color: Rust. HEX triplet: B5, 46 and 14. RGB value is (181,70,20). Sum of RGB (Red+Green+Blue) = 181+70+20=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54614 is #4AB9EB. Grayscale: #616161. Windows color (decimal): -4897260 or 1328821. OLE color: 1328821.
HSL color Cylindrical-coordinate representation of color #B54614: hue angle of 18.63º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B54614 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.29 |
| HSL | 18.63º | 0.8% | 0.39% | - |
| HSV(B) | 18.63º | 0.89% | 0.71% | - |
| XYZ | 21.37 | 14.25 | 2.29 | - |
| YUV | 97.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 20 | 0 | 0.61 | 0.89 | 0.29 | 18.63 | 0.8 | 0.39 |
| Hex | B5 | 46 | 14 | 0 | 3D | 59 | 1D | 13 | 50 | 27 |
| Octal | 265 | 106 | 24 | 0 | 75 | 131 | 35 | 23 | 120 | 47 |
| Binary | 10110101 | 1000110 | 10100 | 0 | 111101 | 1011001 | 11101 | 10011 | 1010000 | 100111 |
Color Harmonies of #B54614
Complementary color
Monochromatic Colors of #B54614
Black with #B54614
Text Example
Text Example
White with #B54614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54614; }
p { color: rgb(181,70,20); }
H1.HeaderClassName
{
color: #B54614;
}
.AnyTagClassName
{
color: #B54614;
}
</style>
background-color css
<style>
a { background-color: #B54614; }
a { background-color: rgb(181,70,20); }
div.DivClassName
{
background-color: #B54614;
}
.BgClassName
{
background-color: #B54614;
}
</style>
border-color css
<style>
span { border-color: #B54614; }
span { border-color: rgb(181,70,20); }
td.TdClassName
{
border-color: #B54614;
}
.TagClassName
{
border-color: #B54614;
}
</style>