Shades of Rust #BA4308
Tints of Rust #BA4308
RGB
CMYK
RGB Variations
Color information
#BA4308 (or 0xBA4308) is known color: Rust. HEX triplet: BA, 43 and 08. RGB value is (186,67,8). Sum of RGB (Red+Green+Blue) = 186+67+8=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4308 is #45BCF7. Grayscale: #606060. Windows color (decimal): -4570360 or 541626. OLE color: 541626.
HSL color Cylindrical-coordinate representation of color #BA4308: hue angle of 19.89º 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 #BA4308 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.27 |
| HSL | 19.89º | 0.92% | 0.38% | - |
| HSV(B) | 19.89º | 0.96% | 0.73% | - |
| XYZ | 22.3 | 14.47 | 1.85 | - |
| YUV | 95.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 8 | 0 | 0.64 | 0.96 | 0.27 | 19.89 | 0.92 | 0.38 |
| Hex | BA | 43 | 8 | 0 | 40 | 60 | 1B | 14 | 5C | 26 |
| Octal | 272 | 103 | 10 | 0 | 100 | 140 | 33 | 24 | 134 | 46 |
| Binary | 10111010 | 1000011 | 1000 | 0 | 1000000 | 1100000 | 11011 | 10100 | 1011100 | 100110 |
Color Harmonies of #BA4308
Complementary color
Monochromatic Colors of #BA4308
Black with #BA4308
Text Example
Text Example
White with #BA4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4308; }
p { color: rgb(186,67,8); }
H1.HeaderClassName
{
color: #BA4308;
}
.AnyTagClassName
{
color: #BA4308;
}
</style>
background-color css
<style>
a { background-color: #BA4308; }
a { background-color: rgb(186,67,8); }
div.DivClassName
{
background-color: #BA4308;
}
.BgClassName
{
background-color: #BA4308;
}
</style>
border-color css
<style>
span { border-color: #BA4308; }
span { border-color: rgb(186,67,8); }
td.TdClassName
{
border-color: #BA4308;
}
.TagClassName
{
border-color: #BA4308;
}
</style>