Shades of Rust #BA501A
Tints of Rust #BA501A
RGB
CMYK
RGB Variations
Color information
#BA501A (or 0xBA501A) is known color: Rust. HEX triplet: BA, 50 and 1A. RGB value is (186,80,26). Sum of RGB (Red+Green+Blue) = 186+80+26=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501A is #45AFE5. Grayscale: #696969. Windows color (decimal): -4567014 or 1724602. OLE color: 1724602.
HSL color Cylindrical-coordinate representation of color #BA501A: hue angle of 20.25º 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 #BA501A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 26 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.27 |
| HSL | 20.25º | 0.75% | 0.42% | - |
| HSV(B) | 20.25º | 0.86% | 0.73% | - |
| XYZ | 23.3 | 16.25 | 2.89 | - |
| YUV | 105.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 26 | 0 | 0.57 | 0.86 | 0.27 | 20.25 | 0.75 | 0.42 |
| Hex | BA | 50 | 1A | 0 | 39 | 56 | 1B | 14 | 4B | 2A |
| Octal | 272 | 120 | 32 | 0 | 71 | 126 | 33 | 24 | 113 | 52 |
| Binary | 10111010 | 1010000 | 11010 | 0 | 111001 | 1010110 | 11011 | 10100 | 1001011 | 101010 |
Color Harmonies of #BA501A
Complementary color
Monochromatic Colors of #BA501A
Black with #BA501A
Text Example
Text Example
White with #BA501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA501A; }
p { color: rgb(186,80,26); }
H1.HeaderClassName
{
color: #BA501A;
}
.AnyTagClassName
{
color: #BA501A;
}
</style>
background-color css
<style>
a { background-color: #BA501A; }
a { background-color: rgb(186,80,26); }
div.DivClassName
{
background-color: #BA501A;
}
.BgClassName
{
background-color: #BA501A;
}
</style>
border-color css
<style>
span { border-color: #BA501A; }
span { border-color: rgb(186,80,26); }
td.TdClassName
{
border-color: #BA501A;
}
.TagClassName
{
border-color: #BA501A;
}
</style>