Shades of Rust #BA4505
Tints of Rust #BA4505
RGB
CMYK
RGB Variations
Color information
#BA4505 (or 0xBA4505) is known color: Rust. HEX triplet: BA, 45 and 05. RGB value is (186,69,5). Sum of RGB (Red+Green+Blue) = 186+69+5=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4505 is #45BAFA. Grayscale: #616161. Windows color (decimal): -4569851 or 345530. OLE color: 345530.
HSL color Cylindrical-coordinate representation of color #BA4505: hue angle of 21.22º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA4505 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.27 |
| HSL | 21.22º | 0.95% | 0.37% | - |
| HSV(B) | 21.22º | 0.97% | 0.73% | - |
| XYZ | 22.41 | 14.71 | 1.8 | - |
| YUV | 96.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 5 | 0 | 0.63 | 0.97 | 0.27 | 21.22 | 0.95 | 0.37 |
| Hex | BA | 45 | 5 | 0 | 3F | 61 | 1B | 15 | 5F | 25 |
| Octal | 272 | 105 | 5 | 0 | 77 | 141 | 33 | 25 | 137 | 45 |
| Binary | 10111010 | 1000101 | 101 | 0 | 111111 | 1100001 | 11011 | 10101 | 1011111 | 100101 |
Color Harmonies of #BA4505
Complementary color
Monochromatic Colors of #BA4505
Black with #BA4505
Text Example
Text Example
White with #BA4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4505; }
p { color: rgb(186,69,5); }
H1.HeaderClassName
{
color: #BA4505;
}
.AnyTagClassName
{
color: #BA4505;
}
</style>
background-color css
<style>
a { background-color: #BA4505; }
a { background-color: rgb(186,69,5); }
div.DivClassName
{
background-color: #BA4505;
}
.BgClassName
{
background-color: #BA4505;
}
</style>
border-color css
<style>
span { border-color: #BA4505; }
span { border-color: rgb(186,69,5); }
td.TdClassName
{
border-color: #BA4505;
}
.TagClassName
{
border-color: #BA4505;
}
</style>