Shades of Rust #B54714
Tints of Rust #B54714
RGB
CMYK
RGB Variations
Color information
#B54714 (or 0xB54714) is known color: Rust. HEX triplet: B5, 47 and 14. RGB value is (181,71,20). Sum of RGB (Red+Green+Blue) = 181+71+20=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B54714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54714 is #4AB8EB. Grayscale: #626262. Windows color (decimal): -4897004 or 1329077. OLE color: 1329077.
HSL color Cylindrical-coordinate representation of color #B54714: hue angle of 19.01º 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 #B54714 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.29 |
| HSL | 19.01º | 0.8% | 0.39% | - |
| HSV(B) | 19.01º | 0.89% | 0.71% | - |
| XYZ | 21.44 | 14.38 | 2.31 | - |
| YUV | 98.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 20 | 0 | 0.61 | 0.89 | 0.29 | 19.01 | 0.8 | 0.39 |
| Hex | B5 | 47 | 14 | 0 | 3D | 59 | 1D | 13 | 50 | 27 |
| Octal | 265 | 107 | 24 | 0 | 75 | 131 | 35 | 23 | 120 | 47 |
| Binary | 10110101 | 1000111 | 10100 | 0 | 111101 | 1011001 | 11101 | 10011 | 1010000 | 100111 |
Color Harmonies of #B54714
Complementary color
Monochromatic Colors of #B54714
Black with #B54714
Text Example
Text Example
White with #B54714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54714; }
p { color: rgb(181,71,20); }
H1.HeaderClassName
{
color: #B54714;
}
.AnyTagClassName
{
color: #B54714;
}
</style>
background-color css
<style>
a { background-color: #B54714; }
a { background-color: rgb(181,71,20); }
div.DivClassName
{
background-color: #B54714;
}
.BgClassName
{
background-color: #B54714;
}
</style>
border-color css
<style>
span { border-color: #B54714; }
span { border-color: rgb(181,71,20); }
td.TdClassName
{
border-color: #B54714;
}
.TagClassName
{
border-color: #B54714;
}
</style>