Shades of Rust #BA501B
Tints of Rust #BA501B
RGB
CMYK
RGB Variations
Color information
#BA501B (or 0xBA501B) is known color: Rust. HEX triplet: BA, 50 and 1B. RGB value is (186,80,27). Sum of RGB (Red+Green+Blue) = 186+80+27=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501B is #45AFE4. Grayscale: #696969. Windows color (decimal): -4567013 or 1790138. OLE color: 1790138.
HSL color Cylindrical-coordinate representation of color #BA501B: hue angle of 20º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA501B is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 27 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.27 |
| HSL | 20º | 0.75% | 0.42% | - |
| HSV(B) | 20º | 0.85% | 0.73% | - |
| XYZ | 23.32 | 16.26 | 2.95 | - |
| YUV | 105.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 27 | 0 | 0.57 | 0.85 | 0.27 | 20 | 0.75 | 0.42 |
| Hex | BA | 50 | 1B | 0 | 39 | 55 | 1B | 14 | 4B | 2A |
| Octal | 272 | 120 | 33 | 0 | 71 | 125 | 33 | 24 | 113 | 52 |
| Binary | 10111010 | 1010000 | 11011 | 0 | 111001 | 1010101 | 11011 | 10100 | 1001011 | 101010 |
Color Harmonies of #BA501B
Complementary color
Monochromatic Colors of #BA501B
Black with #BA501B
Text Example
Text Example
White with #BA501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA501B; }
p { color: rgb(186,80,27); }
H1.HeaderClassName
{
color: #BA501B;
}
.AnyTagClassName
{
color: #BA501B;
}
</style>
background-color css
<style>
a { background-color: #BA501B; }
a { background-color: rgb(186,80,27); }
div.DivClassName
{
background-color: #BA501B;
}
.BgClassName
{
background-color: #BA501B;
}
</style>
border-color css
<style>
span { border-color: #BA501B; }
span { border-color: rgb(186,80,27); }
td.TdClassName
{
border-color: #BA501B;
}
.TagClassName
{
border-color: #BA501B;
}
</style>