Shades of Rust #BA4311
Tints of Rust #BA4311
RGB
CMYK
RGB Variations
Color information
#BA4311 (or 0xBA4311) is known color: Rust. HEX triplet: BA, 43 and 11. RGB value is (186,67,17). Sum of RGB (Red+Green+Blue) = 186+67+17=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4311 is #45BCEE. Grayscale: #616161. Windows color (decimal): -4570351 or 1131450. OLE color: 1131450.
HSL color Cylindrical-coordinate representation of color #BA4311: hue angle of 17.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA4311 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.27 |
| HSL | 17.75º | 0.83% | 0.4% | - |
| HSV(B) | 17.75º | 0.91% | 0.73% | - |
| XYZ | 22.36 | 14.49 | 2.15 | - |
| YUV | 96.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 17 | 0 | 0.64 | 0.91 | 0.27 | 17.75 | 0.83 | 0.4 |
| Hex | BA | 43 | 11 | 0 | 40 | 5B | 1B | 12 | 53 | 28 |
| Octal | 272 | 103 | 21 | 0 | 100 | 133 | 33 | 22 | 123 | 50 |
| Binary | 10111010 | 1000011 | 10001 | 0 | 1000000 | 1011011 | 11011 | 10010 | 1010011 | 101000 |
Color Harmonies of #BA4311
Complementary color
Monochromatic Colors of #BA4311
Black with #BA4311
Text Example
Text Example
White with #BA4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4311; }
p { color: rgb(186,67,17); }
H1.HeaderClassName
{
color: #BA4311;
}
.AnyTagClassName
{
color: #BA4311;
}
</style>
background-color css
<style>
a { background-color: #BA4311; }
a { background-color: rgb(186,67,17); }
div.DivClassName
{
background-color: #BA4311;
}
.BgClassName
{
background-color: #BA4311;
}
</style>
border-color css
<style>
span { border-color: #BA4311; }
span { border-color: rgb(186,67,17); }
td.TdClassName
{
border-color: #BA4311;
}
.TagClassName
{
border-color: #BA4311;
}
</style>