Shades of Rust #BA5208
Tints of Rust #BA5208
RGB
CMYK
RGB Variations
Color information
#BA5208 (or 0xBA5208) is known color: Rust. HEX triplet: BA, 52 and 08. RGB value is (186,82,8). Sum of RGB (Red+Green+Blue) = 186+82+8=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5208 is #45ADF7. Grayscale: #696969. Windows color (decimal): -4566520 or 545466. OLE color: 545466.
HSL color Cylindrical-coordinate representation of color #BA5208: hue angle of 24.94º 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 #BA5208 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.27 |
| HSL | 24.94º | 0.92% | 0.38% | - |
| HSV(B) | 24.94º | 0.96% | 0.73% | - |
| XYZ | 23.31 | 16.49 | 2.18 | - |
| YUV | 104.66 | 73.46 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 8 | 0 | 0.56 | 0.96 | 0.27 | 24.94 | 0.92 | 0.38 |
| Hex | BA | 52 | 8 | 0 | 38 | 60 | 1B | 19 | 5C | 26 |
| Octal | 272 | 122 | 10 | 0 | 70 | 140 | 33 | 31 | 134 | 46 |
| Binary | 10111010 | 1010010 | 1000 | 0 | 111000 | 1100000 | 11011 | 11001 | 1011100 | 100110 |
Color Harmonies of #BA5208
Complementary color
Monochromatic Colors of #BA5208
Black with #BA5208
Text Example
Text Example
White with #BA5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5208; }
p { color: rgb(186,82,8); }
H1.HeaderClassName
{
color: #BA5208;
}
.AnyTagClassName
{
color: #BA5208;
}
</style>
background-color css
<style>
a { background-color: #BA5208; }
a { background-color: rgb(186,82,8); }
div.DivClassName
{
background-color: #BA5208;
}
.BgClassName
{
background-color: #BA5208;
}
</style>
border-color css
<style>
span { border-color: #BA5208; }
span { border-color: rgb(186,82,8); }
td.TdClassName
{
border-color: #BA5208;
}
.TagClassName
{
border-color: #BA5208;
}
</style>