Shades of Rust #B14405
Tints of Rust #B14405
RGB
CMYK
RGB Variations
Color information
#B14405 (or 0xB14405) is known color: Rust. HEX triplet: B1, 44 and 05. RGB value is (177,68,5). Sum of RGB (Red+Green+Blue) = 177+68+5=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B14405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14405 is #4EBBFA. Grayscale: #5D5D5D. Windows color (decimal): -5159931 or 345265. OLE color: 345265.
HSL color Cylindrical-coordinate representation of color #B14405: hue angle of 21.98º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B14405 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.98º | 0.95% | 0.36% | - |
| HSV(B) | 21.98º | 0.97% | 0.69% | - |
| XYZ | 20.23 | 13.49 | 1.68 | - |
| YUV | 93.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 5 | 0 | 0.62 | 0.97 | 0.31 | 21.98 | 0.95 | 0.36 |
| Hex | B1 | 44 | 5 | 0 | 3E | 61 | 1F | 16 | 5F | 24 |
| Octal | 261 | 104 | 5 | 0 | 76 | 141 | 37 | 26 | 137 | 44 |
| Binary | 10110001 | 1000100 | 101 | 0 | 111110 | 1100001 | 11111 | 10110 | 1011111 | 100100 |
Color Harmonies of #B14405
Complementary color
Monochromatic Colors of #B14405
Black with #B14405
Text Example
Text Example
White with #B14405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14405; }
p { color: rgb(177,68,5); }
H1.HeaderClassName
{
color: #B14405;
}
.AnyTagClassName
{
color: #B14405;
}
</style>
background-color css
<style>
a { background-color: #B14405; }
a { background-color: rgb(177,68,5); }
div.DivClassName
{
background-color: #B14405;
}
.BgClassName
{
background-color: #B14405;
}
</style>
border-color css
<style>
span { border-color: #B14405; }
span { border-color: rgb(177,68,5); }
td.TdClassName
{
border-color: #B14405;
}
.TagClassName
{
border-color: #B14405;
}
</style>