Shades of Rust #BA4A00
Tints of Rust #BA4A00
RGB
CMYK
RGB Variations
Color information
#BA4A00 (or 0xBA4A00) is known color: Rust. HEX triplet: BA, 4A and 00. RGB value is (186,74,0). Sum of RGB (Red+Green+Blue) = 186+74+0=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A00 is #45B5FF. Grayscale: #636363. Windows color (decimal): -4568576 or 19130. OLE color: 19130.
HSL color Cylindrical-coordinate representation of color #BA4A00: hue angle of 23.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.27 |
| HSL | 23.87º | 1% | 0.36% | - |
| HSV(B) | 23.87º | 1% | 0.73% | - |
| XYZ | 22.7 | 15.34 | 1.76 | - |
| YUV | 99.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 0 | 0 | 0.60 | 1 | 0.27 | 23.87 | 1 | 0.36 |
| Hex | BA | 4A | 0 | 0 | 3C | 64 | 1B | 18 | 64 | 24 |
| Octal | 272 | 112 | 0 | 0 | 74 | 144 | 33 | 30 | 144 | 44 |
| Binary | 10111010 | 1001010 | 0 | 0 | 111100 | 1100100 | 11011 | 11000 | 1100100 | 100100 |
Color Harmonies of #BA4A00
Complementary color
Monochromatic Colors of #BA4A00
Black with #BA4A00
Text Example
Text Example
White with #BA4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A00; }
p { color: rgb(186,74,0); }
H1.HeaderClassName
{
color: #BA4A00;
}
.AnyTagClassName
{
color: #BA4A00;
}
</style>
background-color css
<style>
a { background-color: #BA4A00; }
a { background-color: rgb(186,74,0); }
div.DivClassName
{
background-color: #BA4A00;
}
.BgClassName
{
background-color: #BA4A00;
}
</style>
border-color css
<style>
span { border-color: #BA4A00; }
span { border-color: rgb(186,74,0); }
td.TdClassName
{
border-color: #BA4A00;
}
.TagClassName
{
border-color: #BA4A00;
}
</style>