Shades of Rust #BA4D1A
Tints of Rust #BA4D1A
RGB
CMYK
RGB Variations
Color information
#BA4D1A (or 0xBA4D1A) is known color: Rust. HEX triplet: BA, 4D and 1A. RGB value is (186,77,26). Sum of RGB (Red+Green+Blue) = 186+77+26=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D1A is #45B2E5. Grayscale: #686868. Windows color (decimal): -4567782 or 1723834. OLE color: 1723834.
HSL color Cylindrical-coordinate representation of color #BA4D1A: hue angle of 19.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA4D1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 26 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.27 |
| HSL | 19.13º | 0.75% | 0.42% | - |
| HSV(B) | 19.13º | 0.86% | 0.73% | - |
| XYZ | 23.09 | 15.82 | 2.81 | - |
| YUV | 103.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 26 | 0 | 0.59 | 0.86 | 0.27 | 19.13 | 0.75 | 0.42 |
| Hex | BA | 4D | 1A | 0 | 3B | 56 | 1B | 13 | 4B | 2A |
| Octal | 272 | 115 | 32 | 0 | 73 | 126 | 33 | 23 | 113 | 52 |
| Binary | 10111010 | 1001101 | 11010 | 0 | 111011 | 1010110 | 11011 | 10011 | 1001011 | 101010 |
Color Harmonies of #BA4D1A
Complementary color
Monochromatic Colors of #BA4D1A
Black with #BA4D1A
Text Example
Text Example
White with #BA4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D1A; }
p { color: rgb(186,77,26); }
H1.HeaderClassName
{
color: #BA4D1A;
}
.AnyTagClassName
{
color: #BA4D1A;
}
</style>
background-color css
<style>
a { background-color: #BA4D1A; }
a { background-color: rgb(186,77,26); }
div.DivClassName
{
background-color: #BA4D1A;
}
.BgClassName
{
background-color: #BA4D1A;
}
</style>
border-color css
<style>
span { border-color: #BA4D1A; }
span { border-color: rgb(186,77,26); }
td.TdClassName
{
border-color: #BA4D1A;
}
.TagClassName
{
border-color: #BA4D1A;
}
</style>