Shades of Rust #BA3707
Tints of Rust #BA3707
RGB
CMYK
RGB Variations
Color information
#BA3707 (or 0xBA3707) is known color: Rust. HEX triplet: BA, 37 and 07. RGB value is (186,55,7). Sum of RGB (Red+Green+Blue) = 186+55+7=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3707 is #45C8F8. Grayscale: #595959. Windows color (decimal): -4573433 or 473018. OLE color: 473018.
HSL color Cylindrical-coordinate representation of color #BA3707: hue angle of 16.09º degrees, saturation: 0.93, 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 #BA3707 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.27 |
| HSL | 16.09º | 0.93% | 0.38% | - |
| HSV(B) | 16.09º | 0.96% | 0.73% | - |
| XYZ | 21.65 | 13.19 | 1.61 | - |
| YUV | 88.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 7 | 0 | 0.70 | 0.96 | 0.27 | 16.09 | 0.93 | 0.38 |
| Hex | BA | 37 | 7 | 0 | 46 | 60 | 1B | 10 | 5D | 26 |
| Octal | 272 | 67 | 7 | 0 | 106 | 140 | 33 | 20 | 135 | 46 |
| Binary | 10111010 | 110111 | 111 | 0 | 1000110 | 1100000 | 11011 | 10000 | 1011101 | 100110 |
Color Harmonies of #BA3707
Complementary color
Monochromatic Colors of #BA3707
Black with #BA3707
Text Example
Text Example
White with #BA3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3707; }
p { color: rgb(186,55,7); }
H1.HeaderClassName
{
color: #BA3707;
}
.AnyTagClassName
{
color: #BA3707;
}
</style>
background-color css
<style>
a { background-color: #BA3707; }
a { background-color: rgb(186,55,7); }
div.DivClassName
{
background-color: #BA3707;
}
.BgClassName
{
background-color: #BA3707;
}
</style>
border-color css
<style>
span { border-color: #BA3707; }
span { border-color: rgb(186,55,7); }
td.TdClassName
{
border-color: #BA3707;
}
.TagClassName
{
border-color: #BA3707;
}
</style>