Shades of Rust #BA480F
Tints of Rust #BA480F
RGB
CMYK
RGB Variations
Color information
#BA480F (or 0xBA480F) is known color: Rust. HEX triplet: BA, 48 and 0F. RGB value is (186,72,15). Sum of RGB (Red+Green+Blue) = 186+72+15=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA480F is #45B7F0. Grayscale: #636363. Windows color (decimal): -4569073 or 1001658. OLE color: 1001658.
HSL color Cylindrical-coordinate representation of color #BA480F: hue angle of 20º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA480F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 15 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.27 |
| HSL | 20º | 0.85% | 0.39% | - |
| HSV(B) | 20º | 0.92% | 0.73% | - |
| XYZ | 22.65 | 15.11 | 2.17 | - |
| YUV | 99.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 15 | 0 | 0.61 | 0.92 | 0.27 | 20 | 0.85 | 0.39 |
| Hex | BA | 48 | F | 0 | 3D | 5C | 1B | 14 | 55 | 27 |
| Octal | 272 | 110 | 17 | 0 | 75 | 134 | 33 | 24 | 125 | 47 |
| Binary | 10111010 | 1001000 | 1111 | 0 | 111101 | 1011100 | 11011 | 10100 | 1010101 | 100111 |
Color Harmonies of #BA480F
Complementary color
Monochromatic Colors of #BA480F
Black with #BA480F
Text Example
Text Example
White with #BA480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA480F; }
p { color: rgb(186,72,15); }
H1.HeaderClassName
{
color: #BA480F;
}
.AnyTagClassName
{
color: #BA480F;
}
</style>
background-color css
<style>
a { background-color: #BA480F; }
a { background-color: rgb(186,72,15); }
div.DivClassName
{
background-color: #BA480F;
}
.BgClassName
{
background-color: #BA480F;
}
</style>
border-color css
<style>
span { border-color: #BA480F; }
span { border-color: rgb(186,72,15); }
td.TdClassName
{
border-color: #BA480F;
}
.TagClassName
{
border-color: #BA480F;
}
</style>