Shades of Rust #BA4816
Tints of Rust #BA4816
RGB
CMYK
RGB Variations
Color information
#BA4816 (or 0xBA4816) is known color: Rust. HEX triplet: BA, 48 and 16. RGB value is (186,72,22). Sum of RGB (Red+Green+Blue) = 186+72+22=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4816 is #45B7E9. Grayscale: #646464. Windows color (decimal): -4569066 or 1460410. OLE color: 1460410.
HSL color Cylindrical-coordinate representation of color #BA4816: hue angle of 18.29º 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 #BA4816 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.27 |
| HSL | 18.29º | 0.79% | 0.41% | - |
| HSV(B) | 18.29º | 0.88% | 0.73% | - |
| XYZ | 22.71 | 15.13 | 2.48 | - |
| YUV | 100.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 22 | 0 | 0.61 | 0.88 | 0.27 | 18.29 | 0.79 | 0.41 |
| Hex | BA | 48 | 16 | 0 | 3D | 58 | 1B | 12 | 4F | 29 |
| Octal | 272 | 110 | 26 | 0 | 75 | 130 | 33 | 22 | 117 | 51 |
| Binary | 10111010 | 1001000 | 10110 | 0 | 111101 | 1011000 | 11011 | 10010 | 1001111 | 101001 |
Color Harmonies of #BA4816
Complementary color
Monochromatic Colors of #BA4816
Black with #BA4816
Text Example
Text Example
White with #BA4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4816; }
p { color: rgb(186,72,22); }
H1.HeaderClassName
{
color: #BA4816;
}
.AnyTagClassName
{
color: #BA4816;
}
</style>
background-color css
<style>
a { background-color: #BA4816; }
a { background-color: rgb(186,72,22); }
div.DivClassName
{
background-color: #BA4816;
}
.BgClassName
{
background-color: #BA4816;
}
</style>
border-color css
<style>
span { border-color: #BA4816; }
span { border-color: rgb(186,72,22); }
td.TdClassName
{
border-color: #BA4816;
}
.TagClassName
{
border-color: #BA4816;
}
</style>