Shades of Rust #BA4416
Tints of Rust #BA4416
RGB
CMYK
RGB Variations
Color information
#BA4416 (or 0xBA4416) is known color: Rust. HEX triplet: BA, 44 and 16. RGB value is (186,68,22). Sum of RGB (Red+Green+Blue) = 186+68+22=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4416 is #45BBE9. Grayscale: #626262. Windows color (decimal): -4570090 or 1459386. OLE color: 1459386.
HSL color Cylindrical-coordinate representation of color #BA4416: hue angle of 16.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4416 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 22 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.27 |
| HSL | 16.83º | 0.79% | 0.41% | - |
| HSV(B) | 16.83º | 0.88% | 0.73% | - |
| XYZ | 22.46 | 14.63 | 2.4 | - |
| YUV | 98.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 22 | 0 | 0.63 | 0.88 | 0.27 | 16.83 | 0.79 | 0.41 |
| Hex | BA | 44 | 16 | 0 | 3F | 58 | 1B | 11 | 4F | 29 |
| Octal | 272 | 104 | 26 | 0 | 77 | 130 | 33 | 21 | 117 | 51 |
| Binary | 10111010 | 1000100 | 10110 | 0 | 111111 | 1011000 | 11011 | 10001 | 1001111 | 101001 |
Color Harmonies of #BA4416
Complementary color
Monochromatic Colors of #BA4416
Black with #BA4416
Text Example
Text Example
White with #BA4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4416; }
p { color: rgb(186,68,22); }
H1.HeaderClassName
{
color: #BA4416;
}
.AnyTagClassName
{
color: #BA4416;
}
</style>
background-color css
<style>
a { background-color: #BA4416; }
a { background-color: rgb(186,68,22); }
div.DivClassName
{
background-color: #BA4416;
}
.BgClassName
{
background-color: #BA4416;
}
</style>
border-color css
<style>
span { border-color: #BA4416; }
span { border-color: rgb(186,68,22); }
td.TdClassName
{
border-color: #BA4416;
}
.TagClassName
{
border-color: #BA4416;
}
</style>