Shades of Rust #BA4D0A
Tints of Rust #BA4D0A
RGB
CMYK
RGB Variations
Color information
#BA4D0A (or 0xBA4D0A) is known color: Rust. HEX triplet: BA, 4D and 0A. RGB value is (186,77,10). Sum of RGB (Red+Green+Blue) = 186+77+10=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4D0A is #45B2F5. Grayscale: #666666. Windows color (decimal): -4567798 or 675258. OLE color: 675258.
HSL color Cylindrical-coordinate representation of color #BA4D0A: hue angle of 22.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA4D0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.27 |
| HSL | 22.84º | 0.9% | 0.38% | - |
| HSV(B) | 22.84º | 0.95% | 0.73% | - |
| XYZ | 22.96 | 15.77 | 2.12 | - |
| YUV | 101.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 10 | 0 | 0.59 | 0.95 | 0.27 | 22.84 | 0.9 | 0.38 |
| Hex | BA | 4D | A | 0 | 3B | 5F | 1B | 17 | 5A | 26 |
| Octal | 272 | 115 | 12 | 0 | 73 | 137 | 33 | 27 | 132 | 46 |
| Binary | 10111010 | 1001101 | 1010 | 0 | 111011 | 1011111 | 11011 | 10111 | 1011010 | 100110 |
Color Harmonies of #BA4D0A
Complementary color
Monochromatic Colors of #BA4D0A
Black with #BA4D0A
Text Example
Text Example
White with #BA4D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D0A; }
p { color: rgb(186,77,10); }
H1.HeaderClassName
{
color: #BA4D0A;
}
.AnyTagClassName
{
color: #BA4D0A;
}
</style>
background-color css
<style>
a { background-color: #BA4D0A; }
a { background-color: rgb(186,77,10); }
div.DivClassName
{
background-color: #BA4D0A;
}
.BgClassName
{
background-color: #BA4D0A;
}
</style>
border-color css
<style>
span { border-color: #BA4D0A; }
span { border-color: rgb(186,77,10); }
td.TdClassName
{
border-color: #BA4D0A;
}
.TagClassName
{
border-color: #BA4D0A;
}
</style>