Shades of Rust #BA3905
Tints of Rust #BA3905
RGB
CMYK
RGB Variations
Color information
#BA3905 (or 0xBA3905) is known color: Rust. HEX triplet: BA, 39 and 05. RGB value is (186,57,5). Sum of RGB (Red+Green+Blue) = 186+57+5=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3905 is #45C6FA. Grayscale: #595959. Windows color (decimal): -4572923 or 342458. OLE color: 342458.
HSL color Cylindrical-coordinate representation of color #BA3905: hue angle of 17.24º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA3905 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.27 |
| HSL | 17.24º | 0.95% | 0.37% | - |
| HSV(B) | 17.24º | 0.97% | 0.73% | - |
| XYZ | 21.74 | 13.38 | 1.58 | - |
| YUV | 89.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 5 | 0 | 0.69 | 0.97 | 0.27 | 17.24 | 0.95 | 0.37 |
| Hex | BA | 39 | 5 | 0 | 45 | 61 | 1B | 11 | 5F | 25 |
| Octal | 272 | 71 | 5 | 0 | 105 | 141 | 33 | 21 | 137 | 45 |
| Binary | 10111010 | 111001 | 101 | 0 | 1000101 | 1100001 | 11011 | 10001 | 1011111 | 100101 |
Color Harmonies of #BA3905
Complementary color
Monochromatic Colors of #BA3905
Black with #BA3905
Text Example
Text Example
White with #BA3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3905; }
p { color: rgb(186,57,5); }
H1.HeaderClassName
{
color: #BA3905;
}
.AnyTagClassName
{
color: #BA3905;
}
</style>
background-color css
<style>
a { background-color: #BA3905; }
a { background-color: rgb(186,57,5); }
div.DivClassName
{
background-color: #BA3905;
}
.BgClassName
{
background-color: #BA3905;
}
</style>
border-color css
<style>
span { border-color: #BA3905; }
span { border-color: rgb(186,57,5); }
td.TdClassName
{
border-color: #BA3905;
}
.TagClassName
{
border-color: #BA3905;
}
</style>