Shades of Rust #BA4701
Tints of Rust #BA4701
RGB
CMYK
RGB Variations
Color information
#BA4701 (or 0xBA4701) is known color: Rust. HEX triplet: BA, 47 and 01. RGB value is (186,71,1). Sum of RGB (Red+Green+Blue) = 186+71+1=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4701 is #45B8FE. Grayscale: #616161. Windows color (decimal): -4569343 or 83898. OLE color: 83898.
HSL color Cylindrical-coordinate representation of color #BA4701: hue angle of 22.7º 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 #BA4701 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.27 |
| HSL | 22.7º | 0.99% | 0.37% | - |
| HSV(B) | 22.7º | 0.99% | 0.73% | - |
| XYZ | 22.51 | 14.95 | 1.73 | - |
| YUV | 97.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 1 | 0 | 0.62 | 0.99 | 0.27 | 22.7 | 0.99 | 0.37 |
| Hex | BA | 47 | 1 | 0 | 3E | 63 | 1B | 17 | 63 | 25 |
| Octal | 272 | 107 | 1 | 0 | 76 | 143 | 33 | 27 | 143 | 45 |
| Binary | 10111010 | 1000111 | 1 | 0 | 111110 | 1100011 | 11011 | 10111 | 1100011 | 100101 |
Color Harmonies of #BA4701
Complementary color
Monochromatic Colors of #BA4701
Black with #BA4701
Text Example
Text Example
White with #BA4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4701; }
p { color: rgb(186,71,1); }
H1.HeaderClassName
{
color: #BA4701;
}
.AnyTagClassName
{
color: #BA4701;
}
</style>
background-color css
<style>
a { background-color: #BA4701; }
a { background-color: rgb(186,71,1); }
div.DivClassName
{
background-color: #BA4701;
}
.BgClassName
{
background-color: #BA4701;
}
</style>
border-color css
<style>
span { border-color: #BA4701; }
span { border-color: rgb(186,71,1); }
td.TdClassName
{
border-color: #BA4701;
}
.TagClassName
{
border-color: #BA4701;
}
</style>