Shades of Rust #BA4005
Tints of Rust #BA4005
RGB
CMYK
RGB Variations
Color information
#BA4005 (or 0xBA4005) is known color: Rust. HEX triplet: BA, 40 and 05. RGB value is (186,64,5). Sum of RGB (Red+Green+Blue) = 186+64+5=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4005 is #45BFFA. Grayscale: #5E5E5E. Windows color (decimal): -4571131 or 344250. OLE color: 344250.
HSL color Cylindrical-coordinate representation of color #BA4005: hue angle of 19.56º 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 #BA4005 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.27 |
| HSL | 19.56º | 0.95% | 0.37% | - |
| HSV(B) | 19.56º | 0.97% | 0.73% | - |
| XYZ | 22.11 | 14.12 | 1.7 | - |
| YUV | 93.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 5 | 0 | 0.66 | 0.97 | 0.27 | 19.56 | 0.95 | 0.37 |
| Hex | BA | 40 | 5 | 0 | 42 | 61 | 1B | 14 | 5F | 25 |
| Octal | 272 | 100 | 5 | 0 | 102 | 141 | 33 | 24 | 137 | 45 |
| Binary | 10111010 | 1000000 | 101 | 0 | 1000010 | 1100001 | 11011 | 10100 | 1011111 | 100101 |
Color Harmonies of #BA4005
Complementary color
Monochromatic Colors of #BA4005
Black with #BA4005
Text Example
Text Example
White with #BA4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4005; }
p { color: rgb(186,64,5); }
H1.HeaderClassName
{
color: #BA4005;
}
.AnyTagClassName
{
color: #BA4005;
}
</style>
background-color css
<style>
a { background-color: #BA4005; }
a { background-color: rgb(186,64,5); }
div.DivClassName
{
background-color: #BA4005;
}
.BgClassName
{
background-color: #BA4005;
}
</style>
border-color css
<style>
span { border-color: #BA4005; }
span { border-color: rgb(186,64,5); }
td.TdClassName
{
border-color: #BA4005;
}
.TagClassName
{
border-color: #BA4005;
}
</style>