Shades of Rust #BA4208
Tints of Rust #BA4208
RGB
CMYK
RGB Variations
Color information
#BA4208 (or 0xBA4208) is known color: Rust. HEX triplet: BA, 42 and 08. RGB value is (186,66,8). Sum of RGB (Red+Green+Blue) = 186+66+8=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4208 is #45BDF7. Grayscale: #5F5F5F. Windows color (decimal): -4570616 or 541370. OLE color: 541370.
HSL color Cylindrical-coordinate representation of color #BA4208: hue angle of 19.55º 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 #BA4208 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.55º | 0.92% | 0.38% | - |
| HSV(B) | 19.55º | 0.96% | 0.73% | - |
| XYZ | 22.24 | 14.35 | 1.83 | - |
| YUV | 95.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 8 | 0 | 0.65 | 0.96 | 0.27 | 19.55 | 0.92 | 0.38 |
| Hex | BA | 42 | 8 | 0 | 41 | 60 | 1B | 14 | 5C | 26 |
| Octal | 272 | 102 | 10 | 0 | 101 | 140 | 33 | 24 | 134 | 46 |
| Binary | 10111010 | 1000010 | 1000 | 0 | 1000001 | 1100000 | 11011 | 10100 | 1011100 | 100110 |
Color Harmonies of #BA4208
Complementary color
Monochromatic Colors of #BA4208
Black with #BA4208
Text Example
Text Example
White with #BA4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4208; }
p { color: rgb(186,66,8); }
H1.HeaderClassName
{
color: #BA4208;
}
.AnyTagClassName
{
color: #BA4208;
}
</style>
background-color css
<style>
a { background-color: #BA4208; }
a { background-color: rgb(186,66,8); }
div.DivClassName
{
background-color: #BA4208;
}
.BgClassName
{
background-color: #BA4208;
}
</style>
border-color css
<style>
span { border-color: #BA4208; }
span { border-color: rgb(186,66,8); }
td.TdClassName
{
border-color: #BA4208;
}
.TagClassName
{
border-color: #BA4208;
}
</style>