Shades of Rust #BA3600
Tints of Rust #BA3600
RGB
CMYK
RGB Variations
Color information
#BA3600 (or 0xBA3600) is known color: Rust. HEX triplet: BA, 36 and 00. RGB value is (186,54,0). Sum of RGB (Red+Green+Blue) = 186+54+0=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3600 is #45C9FF. Grayscale: #575757. Windows color (decimal): -4573696 or 14010. OLE color: 14010.
HSL color Cylindrical-coordinate representation of color #BA3600: hue angle of 17.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA3600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.27 |
| HSL | 17.42º | 1% | 0.36% | - |
| HSV(B) | 17.42º | 1% | 0.73% | - |
| XYZ | 21.57 | 13.08 | 1.39 | - |
| YUV | 87.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 0 | 0 | 0.71 | 1 | 0.27 | 17.42 | 1 | 0.36 |
| Hex | BA | 36 | 0 | 0 | 47 | 64 | 1B | 11 | 64 | 24 |
| Octal | 272 | 66 | 0 | 0 | 107 | 144 | 33 | 21 | 144 | 44 |
| Binary | 10111010 | 110110 | 0 | 0 | 1000111 | 1100100 | 11011 | 10001 | 1100100 | 100100 |
Color Harmonies of #BA3600
Complementary color
Monochromatic Colors of #BA3600
Black with #BA3600
Text Example
Text Example
White with #BA3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3600; }
p { color: rgb(186,54,0); }
H1.HeaderClassName
{
color: #BA3600;
}
.AnyTagClassName
{
color: #BA3600;
}
</style>
background-color css
<style>
a { background-color: #BA3600; }
a { background-color: rgb(186,54,0); }
div.DivClassName
{
background-color: #BA3600;
}
.BgClassName
{
background-color: #BA3600;
}
</style>
border-color css
<style>
span { border-color: #BA3600; }
span { border-color: rgb(186,54,0); }
td.TdClassName
{
border-color: #BA3600;
}
.TagClassName
{
border-color: #BA3600;
}
</style>