Shades of Rust #B14510
Tints of Rust #B14510
RGB
CMYK
RGB Variations
Color information
#B14510 (or 0xB14510) is known color: Rust. HEX triplet: B1, 45 and 10. RGB value is (177,69,16). Sum of RGB (Red+Green+Blue) = 177+69+16=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B14510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14510 is #4EBAEF. Grayscale: #5F5F5F. Windows color (decimal): -5159664 or 1066417. OLE color: 1066417.
HSL color Cylindrical-coordinate representation of color #B14510: hue angle of 19.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B14510 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.31 |
| HSL | 19.75º | 0.83% | 0.38% | - |
| HSV(B) | 19.75º | 0.91% | 0.69% | - |
| XYZ | 20.35 | 13.64 | 2.05 | - |
| YUV | 95.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 16 | 0 | 0.61 | 0.91 | 0.31 | 19.75 | 0.83 | 0.38 |
| Hex | B1 | 45 | 10 | 0 | 3D | 5B | 1F | 14 | 53 | 26 |
| Octal | 261 | 105 | 20 | 0 | 75 | 133 | 37 | 24 | 123 | 46 |
| Binary | 10110001 | 1000101 | 10000 | 0 | 111101 | 1011011 | 11111 | 10100 | 1010011 | 100110 |
Color Harmonies of #B14510
Complementary color
Monochromatic Colors of #B14510
Black with #B14510
Text Example
Text Example
White with #B14510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14510; }
p { color: rgb(177,69,16); }
H1.HeaderClassName
{
color: #B14510;
}
.AnyTagClassName
{
color: #B14510;
}
</style>
background-color css
<style>
a { background-color: #B14510; }
a { background-color: rgb(177,69,16); }
div.DivClassName
{
background-color: #B14510;
}
.BgClassName
{
background-color: #B14510;
}
</style>
border-color css
<style>
span { border-color: #B14510; }
span { border-color: rgb(177,69,16); }
td.TdClassName
{
border-color: #B14510;
}
.TagClassName
{
border-color: #B14510;
}
</style>