Shades of Rust #B54712
Tints of Rust #B54712
RGB
CMYK
RGB Variations
Color information
#B54712 (or 0xB54712) is known color: Rust. HEX triplet: B5, 47 and 12. RGB value is (181,71,18). Sum of RGB (Red+Green+Blue) = 181+71+18=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B54712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54712 is #4AB8ED. Grayscale: #626262. Windows color (decimal): -4897006 or 1198005. OLE color: 1198005.
HSL color Cylindrical-coordinate representation of color #B54712: hue angle of 19.51º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54712 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.29 |
| HSL | 19.51º | 0.82% | 0.39% | - |
| HSV(B) | 19.51º | 0.9% | 0.71% | - |
| XYZ | 21.42 | 14.37 | 2.22 | - |
| YUV | 97.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 18 | 0 | 0.61 | 0.90 | 0.29 | 19.51 | 0.82 | 0.39 |
| Hex | B5 | 47 | 12 | 0 | 3D | 5A | 1D | 14 | 52 | 27 |
| Octal | 265 | 107 | 22 | 0 | 75 | 132 | 35 | 24 | 122 | 47 |
| Binary | 10110101 | 1000111 | 10010 | 0 | 111101 | 1011010 | 11101 | 10100 | 1010010 | 100111 |
Color Harmonies of #B54712
Complementary color
Monochromatic Colors of #B54712
Black with #B54712
Text Example
Text Example
White with #B54712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54712; }
p { color: rgb(181,71,18); }
H1.HeaderClassName
{
color: #B54712;
}
.AnyTagClassName
{
color: #B54712;
}
</style>
background-color css
<style>
a { background-color: #B54712; }
a { background-color: rgb(181,71,18); }
div.DivClassName
{
background-color: #B54712;
}
.BgClassName
{
background-color: #B54712;
}
</style>
border-color css
<style>
span { border-color: #B54712; }
span { border-color: rgb(181,71,18); }
td.TdClassName
{
border-color: #B54712;
}
.TagClassName
{
border-color: #B54712;
}
</style>