Shades of Rust #BA4A05
Tints of Rust #BA4A05
RGB
CMYK
RGB Variations
Color information
#BA4A05 (or 0xBA4A05) is known color: Rust. HEX triplet: BA, 4A and 05. RGB value is (186,74,5). Sum of RGB (Red+Green+Blue) = 186+74+5=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A05 is #45B5FA. Grayscale: #646464. Windows color (decimal): -4568571 or 346810. OLE color: 346810.
HSL color Cylindrical-coordinate representation of color #BA4A05: hue angle of 22.87º 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 #BA4A05 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.27 |
| HSL | 22.87º | 0.95% | 0.37% | - |
| HSV(B) | 22.87º | 0.97% | 0.73% | - |
| XYZ | 22.73 | 15.35 | 1.91 | - |
| YUV | 99.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 5 | 0 | 0.60 | 0.97 | 0.27 | 22.87 | 0.95 | 0.37 |
| Hex | BA | 4A | 5 | 0 | 3C | 61 | 1B | 17 | 5F | 25 |
| Octal | 272 | 112 | 5 | 0 | 74 | 141 | 33 | 27 | 137 | 45 |
| Binary | 10111010 | 1001010 | 101 | 0 | 111100 | 1100001 | 11011 | 10111 | 1011111 | 100101 |
Color Harmonies of #BA4A05
Complementary color
Monochromatic Colors of #BA4A05
Black with #BA4A05
Text Example
Text Example
White with #BA4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A05; }
p { color: rgb(186,74,5); }
H1.HeaderClassName
{
color: #BA4A05;
}
.AnyTagClassName
{
color: #BA4A05;
}
</style>
background-color css
<style>
a { background-color: #BA4A05; }
a { background-color: rgb(186,74,5); }
div.DivClassName
{
background-color: #BA4A05;
}
.BgClassName
{
background-color: #BA4A05;
}
</style>
border-color css
<style>
span { border-color: #BA4A05; }
span { border-color: rgb(186,74,5); }
td.TdClassName
{
border-color: #BA4A05;
}
.TagClassName
{
border-color: #BA4A05;
}
</style>