Shades of Rust #BA4608
Tints of Rust #BA4608
RGB
CMYK
RGB Variations
Color information
#BA4608 (or 0xBA4608) is known color: Rust. HEX triplet: BA, 46 and 08. RGB value is (186,70,8). Sum of RGB (Red+Green+Blue) = 186+70+8=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4608 is #45B9F7. Grayscale: #616161. Windows color (decimal): -4569592 or 542394. OLE color: 542394.
HSL color Cylindrical-coordinate representation of color #BA4608: hue angle of 20.9º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA4608 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.27 |
| HSL | 20.9º | 0.92% | 0.38% | - |
| HSV(B) | 20.9º | 0.96% | 0.73% | - |
| XYZ | 22.48 | 14.84 | 1.91 | - |
| YUV | 97.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 8 | 0 | 0.62 | 0.96 | 0.27 | 20.9 | 0.92 | 0.38 |
| Hex | BA | 46 | 8 | 0 | 3E | 60 | 1B | 15 | 5C | 26 |
| Octal | 272 | 106 | 10 | 0 | 76 | 140 | 33 | 25 | 134 | 46 |
| Binary | 10111010 | 1000110 | 1000 | 0 | 111110 | 1100000 | 11011 | 10101 | 1011100 | 100110 |
Color Harmonies of #BA4608
Complementary color
Monochromatic Colors of #BA4608
Black with #BA4608
Text Example
Text Example
White with #BA4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4608; }
p { color: rgb(186,70,8); }
H1.HeaderClassName
{
color: #BA4608;
}
.AnyTagClassName
{
color: #BA4608;
}
</style>
background-color css
<style>
a { background-color: #BA4608; }
a { background-color: rgb(186,70,8); }
div.DivClassName
{
background-color: #BA4608;
}
.BgClassName
{
background-color: #BA4608;
}
</style>
border-color css
<style>
span { border-color: #BA4608; }
span { border-color: rgb(186,70,8); }
td.TdClassName
{
border-color: #BA4608;
}
.TagClassName
{
border-color: #BA4608;
}
</style>