Shades of Rust #BA4500
Tints of Rust #BA4500
RGB
CMYK
RGB Variations
Color information
#BA4500 (or 0xBA4500) is known color: Rust. HEX triplet: BA, 45 and 00. RGB value is (186,69,0). Sum of RGB (Red+Green+Blue) = 186+69+0=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4500 is #45BAFF. Grayscale: #606060. Windows color (decimal): -4569856 or 17850. OLE color: 17850.
HSL color Cylindrical-coordinate representation of color #BA4500: hue angle of 22.26º 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 #BA4500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.27 |
| HSL | 22.26º | 1% | 0.36% | - |
| HSV(B) | 22.26º | 1% | 0.73% | - |
| XYZ | 22.38 | 14.7 | 1.66 | - |
| YUV | 96.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 0 | 0 | 0.63 | 1 | 0.27 | 22.26 | 1 | 0.36 |
| Hex | BA | 45 | 0 | 0 | 3F | 64 | 1B | 16 | 64 | 24 |
| Octal | 272 | 105 | 0 | 0 | 77 | 144 | 33 | 26 | 144 | 44 |
| Binary | 10111010 | 1000101 | 0 | 0 | 111111 | 1100100 | 11011 | 10110 | 1100100 | 100100 |
Color Harmonies of #BA4500
Complementary color
Monochromatic Colors of #BA4500
Black with #BA4500
Text Example
Text Example
White with #BA4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4500; }
p { color: rgb(186,69,0); }
H1.HeaderClassName
{
color: #BA4500;
}
.AnyTagClassName
{
color: #BA4500;
}
</style>
background-color css
<style>
a { background-color: #BA4500; }
a { background-color: rgb(186,69,0); }
div.DivClassName
{
background-color: #BA4500;
}
.BgClassName
{
background-color: #BA4500;
}
</style>
border-color css
<style>
span { border-color: #BA4500; }
span { border-color: rgb(186,69,0); }
td.TdClassName
{
border-color: #BA4500;
}
.TagClassName
{
border-color: #BA4500;
}
</style>