Shades of Rust #BA4108
Tints of Rust #BA4108
RGB
CMYK
RGB Variations
Color information
#BA4108 (or 0xBA4108) is known color: Rust. HEX triplet: BA, 41 and 08. RGB value is (186,65,8). Sum of RGB (Red+Green+Blue) = 186+65+8=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4108 is #45BEF7. Grayscale: #5F5F5F. Windows color (decimal): -4570872 or 541114. OLE color: 541114.
HSL color Cylindrical-coordinate representation of color #BA4108: hue angle of 19.21º 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 #BA4108 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.21º | 0.92% | 0.38% | - |
| HSV(B) | 19.21º | 0.96% | 0.73% | - |
| XYZ | 22.18 | 14.24 | 1.81 | - |
| YUV | 94.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 8 | 0 | 0.65 | 0.96 | 0.27 | 19.21 | 0.92 | 0.38 |
| Hex | BA | 41 | 8 | 0 | 41 | 60 | 1B | 13 | 5C | 26 |
| Octal | 272 | 101 | 10 | 0 | 101 | 140 | 33 | 23 | 134 | 46 |
| Binary | 10111010 | 1000001 | 1000 | 0 | 1000001 | 1100000 | 11011 | 10011 | 1011100 | 100110 |
Color Harmonies of #BA4108
Complementary color
Monochromatic Colors of #BA4108
Black with #BA4108
Text Example
Text Example
White with #BA4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4108; }
p { color: rgb(186,65,8); }
H1.HeaderClassName
{
color: #BA4108;
}
.AnyTagClassName
{
color: #BA4108;
}
</style>
background-color css
<style>
a { background-color: #BA4108; }
a { background-color: rgb(186,65,8); }
div.DivClassName
{
background-color: #BA4108;
}
.BgClassName
{
background-color: #BA4108;
}
</style>
border-color css
<style>
span { border-color: #BA4108; }
span { border-color: rgb(186,65,8); }
td.TdClassName
{
border-color: #BA4108;
}
.TagClassName
{
border-color: #BA4108;
}
</style>