Shades of Rust #BA4D05
Tints of Rust #BA4D05
RGB
CMYK
RGB Variations
Color information
#BA4D05 (or 0xBA4D05) is known color: Rust. HEX triplet: BA, 4D and 05. RGB value is (186,77,5). Sum of RGB (Red+Green+Blue) = 186+77+5=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4D05 is #45B2FA. Grayscale: #656565. Windows color (decimal): -4567803 or 347578. OLE color: 347578.
HSL color Cylindrical-coordinate representation of color #BA4D05: hue angle of 23.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 #BA4D05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.27 |
| HSL | 23.87º | 0.95% | 0.37% | - |
| HSV(B) | 23.87º | 0.97% | 0.73% | - |
| XYZ | 22.93 | 15.76 | 1.98 | - |
| YUV | 101.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 5 | 0 | 0.59 | 0.97 | 0.27 | 23.87 | 0.95 | 0.37 |
| Hex | BA | 4D | 5 | 0 | 3B | 61 | 1B | 18 | 5F | 25 |
| Octal | 272 | 115 | 5 | 0 | 73 | 141 | 33 | 30 | 137 | 45 |
| Binary | 10111010 | 1001101 | 101 | 0 | 111011 | 1100001 | 11011 | 11000 | 1011111 | 100101 |
Color Harmonies of #BA4D05
Complementary color
Monochromatic Colors of #BA4D05
Black with #BA4D05
Text Example
Text Example
White with #BA4D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D05; }
p { color: rgb(186,77,5); }
H1.HeaderClassName
{
color: #BA4D05;
}
.AnyTagClassName
{
color: #BA4D05;
}
</style>
background-color css
<style>
a { background-color: #BA4D05; }
a { background-color: rgb(186,77,5); }
div.DivClassName
{
background-color: #BA4D05;
}
.BgClassName
{
background-color: #BA4D05;
}
</style>
border-color css
<style>
span { border-color: #BA4D05; }
span { border-color: rgb(186,77,5); }
td.TdClassName
{
border-color: #BA4D05;
}
.TagClassName
{
border-color: #BA4D05;
}
</style>