Shades of Rust #B14A11
Tints of Rust #B14A11
RGB
CMYK
RGB Variations
Color information
#B14A11 (or 0xB14A11) is known color: Rust. HEX triplet: B1, 4A and 11. RGB value is (177,74,17). Sum of RGB (Red+Green+Blue) = 177+74+17=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14A11 is #4EB5EE. Grayscale: #626262. Windows color (decimal): -5158383 or 1133233. OLE color: 1133233.
HSL color Cylindrical-coordinate representation of color #B14A11: hue angle of 21.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14A11 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 17 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.31 |
| HSL | 21.38º | 0.82% | 0.38% | - |
| HSV(B) | 21.38º | 0.9% | 0.69% | - |
| XYZ | 20.68 | 14.29 | 2.2 | - |
| YUV | 98.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 17 | 0 | 0.58 | 0.90 | 0.31 | 21.38 | 0.82 | 0.38 |
| Hex | B1 | 4A | 11 | 0 | 3A | 5A | 1F | 15 | 52 | 26 |
| Octal | 261 | 112 | 21 | 0 | 72 | 132 | 37 | 25 | 122 | 46 |
| Binary | 10110001 | 1001010 | 10001 | 0 | 111010 | 1011010 | 11111 | 10101 | 1010010 | 100110 |
Color Harmonies of #B14A11
Complementary color
Monochromatic Colors of #B14A11
Black with #B14A11
Text Example
Text Example
White with #B14A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A11; }
p { color: rgb(177,74,17); }
H1.HeaderClassName
{
color: #B14A11;
}
.AnyTagClassName
{
color: #B14A11;
}
</style>
background-color css
<style>
a { background-color: #B14A11; }
a { background-color: rgb(177,74,17); }
div.DivClassName
{
background-color: #B14A11;
}
.BgClassName
{
background-color: #B14A11;
}
</style>
border-color css
<style>
span { border-color: #B14A11; }
span { border-color: rgb(177,74,17); }
td.TdClassName
{
border-color: #B14A11;
}
.TagClassName
{
border-color: #B14A11;
}
</style>