Shades of Rust #BA4501
Tints of Rust #BA4501
RGB
CMYK
RGB Variations
Color information
#BA4501 (or 0xBA4501) is known color: Rust. HEX triplet: BA, 45 and 01. RGB value is (186,69,1). Sum of RGB (Red+Green+Blue) = 186+69+1=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4501 is #45BAFE. Grayscale: #606060. Windows color (decimal): -4569855 or 83386. OLE color: 83386.
HSL color Cylindrical-coordinate representation of color #BA4501: hue angle of 22.05º 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 #BA4501 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.27 |
| HSL | 22.05º | 0.99% | 0.37% | - |
| HSV(B) | 22.05º | 0.99% | 0.73% | - |
| XYZ | 22.38 | 14.7 | 1.69 | - |
| YUV | 96.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 1 | 0 | 0.63 | 0.99 | 0.27 | 22.05 | 0.99 | 0.37 |
| Hex | BA | 45 | 1 | 0 | 3F | 63 | 1B | 16 | 63 | 25 |
| Octal | 272 | 105 | 1 | 0 | 77 | 143 | 33 | 26 | 143 | 45 |
| Binary | 10111010 | 1000101 | 1 | 0 | 111111 | 1100011 | 11011 | 10110 | 1100011 | 100101 |
Color Harmonies of #BA4501
Complementary color
Monochromatic Colors of #BA4501
Black with #BA4501
Text Example
Text Example
White with #BA4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4501; }
p { color: rgb(186,69,1); }
H1.HeaderClassName
{
color: #BA4501;
}
.AnyTagClassName
{
color: #BA4501;
}
</style>
background-color css
<style>
a { background-color: #BA4501; }
a { background-color: rgb(186,69,1); }
div.DivClassName
{
background-color: #BA4501;
}
.BgClassName
{
background-color: #BA4501;
}
</style>
border-color css
<style>
span { border-color: #BA4501; }
span { border-color: rgb(186,69,1); }
td.TdClassName
{
border-color: #BA4501;
}
.TagClassName
{
border-color: #BA4501;
}
</style>