Shades of Rust #BA4801
Tints of Rust #BA4801
RGB
CMYK
RGB Variations
Color information
#BA4801 (or 0xBA4801) is known color: Rust. HEX triplet: BA, 48 and 01. RGB value is (186,72,1). Sum of RGB (Red+Green+Blue) = 186+72+1=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4801 is #45B7FE. Grayscale: #626262. Windows color (decimal): -4569087 or 84154. OLE color: 84154.
HSL color Cylindrical-coordinate representation of color #BA4801: hue angle of 23.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA4801 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.27 |
| HSL | 23.03º | 0.99% | 0.37% | - |
| HSV(B) | 23.03º | 0.99% | 0.73% | - |
| XYZ | 22.57 | 15.08 | 1.75 | - |
| YUV | 97.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 1 | 0 | 0.61 | 0.99 | 0.27 | 23.03 | 0.99 | 0.37 |
| Hex | BA | 48 | 1 | 0 | 3D | 63 | 1B | 17 | 63 | 25 |
| Octal | 272 | 110 | 1 | 0 | 75 | 143 | 33 | 27 | 143 | 45 |
| Binary | 10111010 | 1001000 | 1 | 0 | 111101 | 1100011 | 11011 | 10111 | 1100011 | 100101 |
Color Harmonies of #BA4801
Complementary color
Monochromatic Colors of #BA4801
Black with #BA4801
Text Example
Text Example
White with #BA4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4801; }
p { color: rgb(186,72,1); }
H1.HeaderClassName
{
color: #BA4801;
}
.AnyTagClassName
{
color: #BA4801;
}
</style>
background-color css
<style>
a { background-color: #BA4801; }
a { background-color: rgb(186,72,1); }
div.DivClassName
{
background-color: #BA4801;
}
.BgClassName
{
background-color: #BA4801;
}
</style>
border-color css
<style>
span { border-color: #BA4801; }
span { border-color: rgb(186,72,1); }
td.TdClassName
{
border-color: #BA4801;
}
.TagClassName
{
border-color: #BA4801;
}
</style>