Shades of Rust #BA4413
Tints of Rust #BA4413
RGB
CMYK
RGB Variations
Color information
#BA4413 (or 0xBA4413) is known color: Rust. HEX triplet: BA, 44 and 13. RGB value is (186,68,19). Sum of RGB (Red+Green+Blue) = 186+68+19=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4413 is #45BBEC. Grayscale: #626262. Windows color (decimal): -4570093 or 1262778. OLE color: 1262778.
HSL color Cylindrical-coordinate representation of color #BA4413: hue angle of 17.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA4413 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.27 |
| HSL | 17.6º | 0.81% | 0.4% | - |
| HSV(B) | 17.6º | 0.9% | 0.73% | - |
| XYZ | 22.43 | 14.62 | 2.26 | - |
| YUV | 97.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 19 | 0 | 0.63 | 0.90 | 0.27 | 17.6 | 0.81 | 0.4 |
| Hex | BA | 44 | 13 | 0 | 3F | 5A | 1B | 12 | 51 | 28 |
| Octal | 272 | 104 | 23 | 0 | 77 | 132 | 33 | 22 | 121 | 50 |
| Binary | 10111010 | 1000100 | 10011 | 0 | 111111 | 1011010 | 11011 | 10010 | 1010001 | 101000 |
Color Harmonies of #BA4413
Complementary color
Monochromatic Colors of #BA4413
Black with #BA4413
Text Example
Text Example
White with #BA4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4413; }
p { color: rgb(186,68,19); }
H1.HeaderClassName
{
color: #BA4413;
}
.AnyTagClassName
{
color: #BA4413;
}
</style>
background-color css
<style>
a { background-color: #BA4413; }
a { background-color: rgb(186,68,19); }
div.DivClassName
{
background-color: #BA4413;
}
.BgClassName
{
background-color: #BA4413;
}
</style>
border-color css
<style>
span { border-color: #BA4413; }
span { border-color: rgb(186,68,19); }
td.TdClassName
{
border-color: #BA4413;
}
.TagClassName
{
border-color: #BA4413;
}
</style>