Shades of Rust #BA3608
Tints of Rust #BA3608
RGB
CMYK
RGB Variations
Color information
#BA3608 (or 0xBA3608) is known color: Rust. HEX triplet: BA, 36 and 08. RGB value is (186,54,8). Sum of RGB (Red+Green+Blue) = 186+54+8=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3608 is #45C9F7. Grayscale: #585858. Windows color (decimal): -4573688 or 538298. OLE color: 538298.
HSL color Cylindrical-coordinate representation of color #BA3608: hue angle of 15.51º 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 #BA3608 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.27 |
| HSL | 15.51º | 0.92% | 0.38% | - |
| HSV(B) | 15.51º | 0.96% | 0.73% | - |
| XYZ | 21.61 | 13.09 | 1.62 | - |
| YUV | 88.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 8 | 0 | 0.71 | 0.96 | 0.27 | 15.51 | 0.92 | 0.38 |
| Hex | BA | 36 | 8 | 0 | 47 | 60 | 1B | 10 | 5C | 26 |
| Octal | 272 | 66 | 10 | 0 | 107 | 140 | 33 | 20 | 134 | 46 |
| Binary | 10111010 | 110110 | 1000 | 0 | 1000111 | 1100000 | 11011 | 10000 | 1011100 | 100110 |
Color Harmonies of #BA3608
Complementary color
Monochromatic Colors of #BA3608
Black with #BA3608
Text Example
Text Example
White with #BA3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3608; }
p { color: rgb(186,54,8); }
H1.HeaderClassName
{
color: #BA3608;
}
.AnyTagClassName
{
color: #BA3608;
}
</style>
background-color css
<style>
a { background-color: #BA3608; }
a { background-color: rgb(186,54,8); }
div.DivClassName
{
background-color: #BA3608;
}
.BgClassName
{
background-color: #BA3608;
}
</style>
border-color css
<style>
span { border-color: #BA3608; }
span { border-color: rgb(186,54,8); }
td.TdClassName
{
border-color: #BA3608;
}
.TagClassName
{
border-color: #BA3608;
}
</style>